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

Unified Diff: Source/core/css/themeInputMultipleFields.css

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 5 years, 8 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
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | Source/core/html/shadow/TextControlInnerElements.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/themeInputMultipleFields.css
diff --git a/Source/core/css/themeInputMultipleFields.css b/Source/core/css/themeInputMultipleFields.css
index 069d3c2a077a1a9c3f7fa265a901dc044b48d1ee..6eff4e461241401ee3cf5e253aca1bc88d084328 100644
--- a/Source/core/css/themeInputMultipleFields.css
+++ b/Source/core/css/themeInputMultipleFields.css
@@ -18,6 +18,7 @@ input[type="week" i] {
input::-webkit-datetime-edit {
flex: 1;
+ min-width: 0;
-webkit-user-modify: read-only !important;
display: inline-block;
overflow: hidden;
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | Source/core/html/shadow/TextControlInnerElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698