Fix textarea size in bunker_like theme
This commit is contained in:
parent
eb89db5246
commit
66fe2659c7
|
@ -76,6 +76,7 @@ input[type="text"], input[type="password"], textarea, select {
|
|||
font-family: Courier, monospace;
|
||||
margin: 0 1px;
|
||||
padding: 3px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
||||
|
|
Loading…
Reference in New Issue