Platform Analytics - Is it possible to reduce the Dashboard name size?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I've noticed that the area used for the dashboard name size is taking a lot of space from the screen in the dashboard. This is inconvenient for users who have the zoom set to 100%. Looking for a way to change this size to at least half of what we have today. Any ideas?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
31m ago
Hey @Gonzalo12 :
I feel the most reliable way to slice that header height in half is by adjusting the CSS variables in your active Theme. This applies cleanly across all workspaces without modifying out-of-the-box system components. Go to Now Experience Framework > Themes, open your active custom theme, and update the UX Style JSON to cut down the padding and shrink the title
If you only want to shrink the header on a specific page rather than globally, open that page in UI Builderinstead. Click on the header/title component, open the CSS Styles panel on the right, and add :host { min-height: auto !important; padding: 4px 0 !important; } alongside h1, .now-heading { font-size: 1.2rem !important; }. Either method will instantly reclaim that lost screen space for your users at 100% zoom.