Skip to content

Commit

Permalink
Merge pull request #892 from weaveworks/864-fix-overflowing-details-p…
Browse files Browse the repository at this point in the history
…anel

Fixes some fields overflowing badly.
  • Loading branch information
foot committed Feb 1, 2016
2 parents 0075589 + 3c23bd9 commit 6bec4bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,8 @@ h2 {
&-value {
font-size: 105%;
flex: 1;
// Now required (from chrome 48) to get overflow + flexbox behaving:
min-width: 0;
color: @text-color;
}
}
Expand Down

0 comments on commit 6bec4bc

Please sign in to comment.