tweak to which class causes full-width alignment

This commit is contained in:
Dave Cranwell 2015-02-13 12:29:26 +00:00
parent d5f3d2d12b
commit cca2663a80

View file

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