Make sure form element do not overflow their containers

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

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