Enhancement: FieldSelect didn't reserve space for dropdown arrow.

This commit is contained in:
Vesa Luusua 2019-03-13 15:31:21 +02:00
parent 5c7c83b42a
commit a202a8eab4

View file

@ -6,6 +6,7 @@
.select {
color: var(--matterColorAnti);
border-bottom-color: var(--attentionColor);
padding-right: 20px;
& > option {
color: var(--matterColor);