mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Make text inputs wider
This commit is contained in:
parent
9d21a43afc
commit
c32c847204
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ textarea {
|
|||
}
|
||||
input[type="text"] {
|
||||
margin: 0 12px 12px 0;
|
||||
width: 45%;
|
||||
}
|
||||
input[type="radio"] {
|
||||
vertical-align: sub;
|
||||
|
|
Loading…
Reference in a new issue