Align radio button group in forms on a single line #144
Labels
04 type: enhancement
making existing stuff better
41 lvl: easy
beginner skills needed, good for newbies
61 sites: visual/theming
css/styling issues, UI, readability
Milestone
Align radio button group in forms on a single line. Now they are in single column and it looks bad and wastes space.
Example form: https://plone.org/foundation/plone-org-feeback-form
This css should fix it:
.radio-group {
display: inline-flex;
}
See example images:
This is the current situation:
This is the preferred outcome:
The text was updated successfully, but these errors were encountered: