Skip to content

Commit

Permalink
Set max width for MeterContainer labels
Browse files Browse the repository at this point in the history
When an item text is too long the panel is expanded to stretch beyond
the visible screen.
Setting a max width helps to avoid some edge cases.
  • Loading branch information
elvetemedve committed Dec 13, 2023
1 parent 7b6f16b commit 0dd13b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions [email protected]/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
.meter-area-container {
background-color: inherit;
}

.item-label {
max-width: 16em;
}

0 comments on commit 0dd13b2

Please sign in to comment.