Skip to content

Commit

Permalink
Merge pull request #118 from SebastienGllmt/checkbox-fit-content
Browse files Browse the repository at this point in the history
[bugfix] Use fit-content on checkbox
  • Loading branch information
DominikGuzei authored Jul 15, 2019
2 parents 7722be0 + 912d533 commit df8cfc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/themes/simple/SimpleCheckbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $checkbox-label-text-color-disabled: var(--rp-checkbox-label-text-color-disabled
.root {
display: flex;
position: relative;
width: fit-content;
}

.input {
Expand Down

0 comments on commit df8cfc5

Please sign in to comment.