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

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

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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/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;

Powered by Google App Engine
This is Rietveld 408576698