-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
If a field has inline label and also multiple values then both the label and the items float left. If they don't fill the full width then the next field is stacked after it, floating around the first one. There needs to be a clearfix to keep the fields separate:
.field--label-inline {
@include clearfix;
}
I can do a pull request if you like, but hopefully it's clear what I mean already and simple to paste those lines in to _field.scss. Thanks
Metadata
Metadata
Assignees
Labels
No labels