What is the problem or goal you're trying to solve or accomplish?
Customers want to apply consistent styling (e.g., table formatting, filter bar spacing, brand/theme adjustments) across many dashboards without manually copying/pasting CSS into each dashboard. They want a single “default CSS” that automatically applies to all dashboards in a workspace or team to reduce maintenance and ensure consistent UX.
How are you solving it currently?
They must add/update CSS per dashboard (Dashboard Properties → CSS), repeating the same CSS across dashboards.
Any styling change requires editing multiple dashboards, which is time-consuming and error-prone (risk of dashboards drifting out of sync).
What is your recommended solution?
Add a way to configure default/global CSS at a broader scope, such as:
Workspace-level default CSS applied to all dashboards by default, and/or
Team-level default CSS (or “CSS template”) that dashboards inherit automatically.
Optional enhancements (nice-to-have):
Allow per-dashboard overrides (inherit + append, or disable inheritance).
Versioned/shared CSS templates reusable across dashboards.