Fixed different font-size for labels in config screen

Fix #1788
This commit is contained in:
Nicolas Lœuillet
2016-09-02 10:53:22 +02:00
parent 336262e6ee
commit b1e0a586e8
2 changed files with 6 additions and 0 deletions

View File

@ -671,3 +671,7 @@ div.settings div.input-field ul {
div.settings div.file-field div {
margin-top: inherit;
}
.input-field label.active {
font-size: 1rem;
}