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 a7b9fd4164
commit 1db74dcb44

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;