Fix textarea size in bunker_like theme

This commit is contained in:
towards-a-new-leftypol 2024-11-29 04:24:54 -05:00
parent eb89db5246
commit 66fe2659c7
1 changed files with 1 additions and 0 deletions

View File

@ -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 {