mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-06 03:31:00 +00:00
Merge pull request #892 from weaveworks/864-fix-overflowing-details-panel
Fixes some fields overflowing badly.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user