0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

CSS fix: make label-above class actually work

This commit is contained in:
Stein Strindhaug 2017-04-03 14:03:40 +02:00 committed by Matt Westcott
parent 6277ebad9e
commit 149ed74f56

View File

@ -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;
}
}
}