Skip to content

Height of .radio-inline #11456

@tivnet

Description

@tivnet

Edit:

The height of a .radio-inline group is not the same as the height of other single-line controls, making it hard to align in a tabular form.


Original issue (bogus)

For some reason, radio buttons on Chrome had some large height, so the form row was impossible to align.

This helped in my case:

.radio-inline {
  height: 1em;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions