Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| index 0163cbb120d413fa7ebfc607bf1070e594e3cded..c659d1131a327941bd47a4e4311b6b7e294b94fb 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| @@ -8,8 +8,8 @@ |
| /* This is required for correct sizing of flex items because we rely |
| * on an old version of the flexbox spec. |
| * Longer-term we should remove this, see crbug.com/473625 */ |
| - min-width: 0; |
| - min-height: 0; |
| + min-width: 0; |
|
caseq
2017/06/06 18:06:00
wrong indent! actually, please revert the entire f
|
| + min-height: 0; |
| } |
| :host-context(.platform-mac) .monospace, |