0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Remove unneeded layout override in .full fields

This commit is contained in:
Thibaud Colas 2018-02-14 01:54:22 +02:00 committed by Matt Westcott
parent 856427d00b
commit bfe1f20853

View File

@ -175,10 +175,6 @@ $object-title-height: 40px;
// Special full-width, one-off fields i.e a single text or textarea input
&.full {
.object-help {
display: block;
}
fieldset {
display: block;
float: none;