Tweaked combobox arrow button.

This commit is contained in:
Daan Vanden Bosch 2019-10-25 18:46:19 +02:00
parent 27e0d2fd6d
commit 22cf7165f8

View File

@ -28,3 +28,7 @@
left: -2px; left: -2px;
min-width: calc(100% + 4px); min-width: calc(100% + 4px);
} }
.core_ComboBox_button {
padding: 0 2px;
}