Increase the height of select and select2 elements in WC settings to fit with larger input fields.

This commit is contained in:
Peter Fabian 2019-10-15 10:42:19 +02:00
parent c2d36c823f
commit e68499616b
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}