Text box style

merge-requests/21/head
Bob Mottram 2021-02-25 13:07:55 +00:00
parent 843e4b2d07
commit 6df30d02c0
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ span.psw {
font-size: var(--welcome-font-size);
font-family: Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password] {
input[type=text], input[type=password], textarea {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
@ -214,7 +214,7 @@ span.psw {
font-size: var(--welcome-font-size-mobile);
font-family: Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password] {
input[type=text], input[type=password], textarea {
width: 100%;
padding: 12px 20px;
margin: 8px 0;