Fix selection in list

This commit is contained in:
Christian Weichel 2019-05-09 08:05:43 +02:00
parent a974b90536
commit 5077d95999
2 changed files with 1 additions and 9 deletions

View File

@ -13,14 +13,13 @@
} }
.filterable-list-container { .filterable-list-container {
padding: 0 10px 0 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
} }
.component-list-item { .component-list-item {
padding: 10px 0 10px 0; padding: 10px 10px 10px 15px;
font-size: var(--theia-ui-font-size1); font-size: var(--theia-ui-font-size1);
} }

View File

@ -1,7 +0,0 @@
void setup() {
}
void loop() {
}