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 {
padding: 0 10px 0 15px;
display: flex;
flex-direction: column;
align-items: stretch;
}
.component-list-item {
padding: 10px 0 10px 0;
padding: 10px 10px 10px 15px;
font-size: var(--theia-ui-font-size1);
}