Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield

This commit is contained in:
Matt Westcott 2015-02-13 13:33:22 +00:00
commit 47f2cb57dd

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