Skip to content

Commit

Permalink
fix(tup-230): tweak single checkbox field grid gap
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jun 15, 2022
1 parent b1c08a6 commit 2c0df77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ p.help-text:last-child {
.field-wrapper.checkboxinput {
display: inline-grid;

column-gap: 0.5em;
column-gap: 0.25em;
align-items: baseline;
grid-template-columns: min-content auto; /* shrink input, let label extend */
grid-template-areas:
Expand Down

0 comments on commit 2c0df77

Please sign in to comment.