Skip to content

Fields are stacked on same line #8

@AdamPS

Description

@AdamPS

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions