Merge pull request #892 from weaveworks/864-fix-overflowing-details-panel

Fixes some fields overflowing badly.
This commit is contained in:
Simon
2016-02-01 16:07:15 +01:00

View File

@@ -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;
}
}