Global: Fix display of text inputs

This commit is contained in:
Maxim Leshchenko 2022-01-17 14:42:39 +02:00
parent b490208290
commit b0bb5fb88f
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -563,6 +563,7 @@ input[type="text"], input[type="password"], input[type~="text"], input[type~="pa
font-size: 11px; font-size: 11px;
font-family: tahoma, verdana, arial, sans-serif; font-family: tahoma, verdana, arial, sans-serif;
width: 100%; width: 100%;
box-sizing: border-box;
} }
h4 { h4 {