Skip to content

Commit

Permalink
Add max-width and flex-shrink to handle varying label sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
laras126 committed Dec 3, 2017
1 parent abcdc9e commit aab9dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@

label {
margin-right: 10px;
flex-shrink: 0;
max-width: 75%;
}

&:empty {
Expand Down

0 comments on commit aab9dcc

Please sign in to comment.