mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 05:21:54 +00:00
tweak to which class causes full-width alignment
This commit is contained in:
parent
d5f3d2d12b
commit
cca2663a80
1 changed files with 6 additions and 1 deletions
|
|
@ -199,7 +199,12 @@
|
|||
.fields > li > .field > label{
|
||||
display:none;
|
||||
}
|
||||
.stream_widget > .field-content{
|
||||
|
||||
/* Despite "BlockField" being generic and available for use outside StreamField,
|
||||
this is the most unique handle available to undo the width set on .field-content
|
||||
everywhere else in wagtail. If other types of field become available for use as
|
||||
a direct child of Streamfield, this will need updating */
|
||||
.block_field > .field-content{
|
||||
width:100%;
|
||||
display:block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue