Fix file selector styling
This commit is contained in:
parent
e11749f187
commit
4efc421f04
1 changed files with 4 additions and 1 deletions
|
@ -36,9 +36,12 @@ form > div > select {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
height: 100%;
|
/*height: 100%;*/
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
form > div > select {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
form > div > textarea {
|
form > div > textarea {
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue