mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
CSS fix: make label-above class actually work
This commit is contained in:
parent
6277ebad9e
commit
149ed74f56
1 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue