Skip to content

Commit

Permalink
Fix: set display of buttons to inline-block (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jul 13, 2023
1 parent 17354ee commit 5842afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions private/sass/button_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ form .form-row div.frontend-button-group {
outline: 2px solid transparent;
width: auto !important;
font-weight: normal !important;
display: inline-block;
}

input[property="color"] + label.btn-grp[style="--fe-value: ;"] {
Expand Down

0 comments on commit 5842afa

Please sign in to comment.