mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
Global: Fix display of text inputs
This commit is contained in:
parent
b490208290
commit
b0bb5fb88f
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue