fix setting dropdown size

This commit is contained in:
Georg Fischer 2016-08-09 21:35:39 +02:00
parent 61c9ad1f0e
commit 851aca495f

View File

@ -386,3 +386,7 @@ html:not(.has-touch) .shared-list .item-offline-button {
.setting-checkbox { .setting-checkbox {
margin-top: 3px; margin-top: 3px;
} }
.setting-select {
max-width: 100px;
}