You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: