style(combobox): fix height of fake input/select
This commit is contained in:
parent
bade4edcc7
commit
04d40ede43
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
input[type=text]:not([data-address='true']) {
|
||||
input[type=text]:not(.fr-input):not(.fr-select) {
|
||||
border: solid 1px $border-grey;
|
||||
padding: $default-padding;
|
||||
|
||||
|
|
Loading…
Reference in a new issue