Increase the height of select and select2 elements in WC settings to fit with larger input fields.
This commit is contained in:
parent
c2d36c823f
commit
e68499616b
|
@ -6480,16 +6480,16 @@ table.bar_chart {
|
|||
}
|
||||
|
||||
.select2-selection--single {
|
||||
height: 32px;
|
||||
height: 40px;
|
||||
|
||||
.select2-selection__rendered {
|
||||
line-height: 32px;
|
||||
line-height: 40px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.select2-selection__arrow {
|
||||
right: 3px;
|
||||
height: 30px;
|
||||
height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue