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

Unified Diff: Source/core/css/html.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/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index c50156e1d9ac445643565dee25ffb1070eec6a22..ae16d4c918f97fb981f96c02c76e1483138b7b28 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -609,6 +609,8 @@ input[type="range" i] {
input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-media-slider-container {
flex: 1;
+ min-width: 0;
+
leviw_travelin_and_unemployed 2015/04/02 22:14:36 Extra space?
cbiesinger 2015/04/03 18:49:17 Done.
box-sizing: border-box;
-webkit-user-modify: read-only !important;
display: flex;
@@ -616,6 +618,7 @@ input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-
input[type="range" i]::-webkit-slider-runnable-track {
flex: 1;
+ min-width: 0;
-webkit-align-self: center;
box-sizing: border-box;
@@ -696,6 +699,7 @@ input[type="color" i]::-webkit-color-swatch {
background-color: #000000;
border: 1px solid #777777;
flex: 1;
+ min-width: 0;
-webkit-user-modify: read-only !important;
}

Powered by Google App Engine
This is Rietveld 408576698