Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: Source/devtools/front_end/inspectorCommon.css

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« Source/core/layout/LayoutFlexibleBox.cpp ('K') | « Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698