-
Is there a way to allow for slightly more space for the label text in the AppBar or else wrapping of the label? When I use "New Request" as the label it's truncated to "New Req...". I really like the look of the AppBar for my app, and perhaps with slightly increased spacing around the icons it could fit the extra characters. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Try overriding the
|
Beta Was this translation helpful? Give feedback.
-
Amazing! sometimes there's just a simple answer 😄 With a bit of tweaking, I found 5.5em to work well for my setup, plus it sizes along with the text itself! .fluent-appbar-item {
width: 5.5em!important;
height: 4.5em!important;
} |
Beta Was this translation helpful? Give feedback.
Try overriding the
fluent-appbar-item
css
class.