Make text inputs wider

This commit is contained in:
Yarmo Mackenbach 2020-06-29 20:57:29 +02:00
parent 9d21a43afc
commit c32c847204

View file

@ -86,6 +86,7 @@ textarea {
}
input[type="text"] {
margin: 0 12px 12px 0;
width: 45%;
}
input[type="radio"] {
vertical-align: sub;