mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2025-01-10 07:19:27 -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"] {
|
input[type="text"] {
|
||||||
margin: 0 12px 12px 0;
|
margin: 0 12px 12px 0;
|
||||||
|
width: 45%;
|
||||||
}
|
}
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
|
|
Loading…
Reference in a new issue