Fix file selector styling

This commit is contained in:
Edgar P. Burkhart 2022-12-21 14:05:15 +01:00
parent e11749f187
commit 4efc421f04
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 1 deletions

View File

@ -36,9 +36,12 @@ form > div > select {
font-size: inherit;
line-height: inherit;
font-family: inherit;
height: 100%;
/*height: 100%;*/
width: 100%;
}
form > div > select {
height: 100%;
}
form > div > textarea {
line-height: initial;
}