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..29ae1778c23f874b397bf574823a867bcb6103fe 100644 |
--- a/Source/devtools/front_end/inspectorCommon.css |
+++ b/Source/devtools/front_end/inspectorCommon.css |
@@ -1,3 +1,11 @@ |
+body /deep/ * { |
pfeldman
2015/04/06 10:25:57
- Do you think this affects enterprise sites as mu
|
+ /* 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; |
+} |
+ |
html { |
height: 100%; |
overflow: hidden; |