Skip to content

Commit

Permalink
Set max width for MeterContainer labels (#98)
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 authored Dec 13, 2023
1 parent 7a54844 commit fe261d6
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 fe261d6

Please sign in to comment.