Fixed the checkmark position in the dropdown.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-10-08 10:36:05 +02:00
parent 2f84b5c6b7
commit 2be54944bf

View File

@ -209,6 +209,7 @@ button.theia-button.main {
.arduino-boards-dropdown-item .fa-check {
color: var(--theia-accent-color1);
align-self: center;
}
.arduino-boards-dropdown-item.selected,