Make sure form element do not overflow their containers

References #296
This commit is contained in:
Matthias Mees 2015-02-06 20:38:46 +01:00
parent 035b08cebd
commit a41aedc97d

View File

@ -788,6 +788,7 @@ input[type="url"] {
padding: 2px 3px; padding: 2px 3px;
text-align: left; text-align: left;
height: 1.8em; height: 1.8em;
max-width: 100%;
} }
input[type="datetime-local"]::-webkit-clear-button { input[type="datetime-local"]::-webkit-clear-button {