Chromium Code Reviews| Index: Source/devtools/front_end/inspectorCommon.css |
| diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css |
| index 5e6e0b4f66b8bd2301bb68f1c4b7463189ca1fab..104977ffaf38be46271cddd3d63411adb098a364 100644 |
| --- a/Source/devtools/front_end/inspectorCommon.css |
| +++ b/Source/devtools/front_end/inspectorCommon.css |
| @@ -1,3 +1,10 @@ |
| +body /deep/ * { |
|
lushnikov
2015/04/03 11:16:11
We might want to get rid of these lines in future.
cbiesinger
2015/04/03 18:49:17
Done. I also emailed blink-dev a summary of this c
|
| + /* This is required for correct sizing of flex items because we rely |
| + * on an old version of the flexbox spec. */ |
| + min-width: 0; |
| + min-height: 0; |
| +} |
| + |
| html { |
| height: 100%; |
| overflow: hidden; |