CSS fix: make label-above class actually work

pull/3582/merge
Stein Strindhaug 2017-04-03 14:03:40 +02:00 zatwierdzone przez Matt Westcott
rodzic 6277ebad9e
commit 149ed74f56
1 zmienionych plików z 10 dodań i 9 usunięć

Wyświetl plik

@ -1193,15 +1193,6 @@ button {
}
}
.label-above {
.field > label {
display: block;
padding: 0 0 0.8em;
float: none;
width: auto;
}
}
.help {
opacity: 1;
}
@ -1245,4 +1236,14 @@ button {
}
}
}
.label-above {
.field > label,
.field > .field-content {
display: block;
padding: 0 0 0.8em;
float: none;
width: auto;
}
}
}