Skip to content

Commit

Permalink
fix radio and checkbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmatus committed Aug 10, 2023
1 parent 9f623cb commit 5e6116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
// radio buttons rendered vertically in pf-m-horizontal https://github.com/patternfly/patternfly/issues/5787
.pf-v5-c-form__group-control.pf-m-inline {
.pf-v5-c-radio {
width: auto;
width: unset;
display: grid;
}
}

0 comments on commit 5e6116f

Please sign in to comment.