mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield
This commit is contained in:
commit
47f2cb57dd
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