Skip to content

Commit

Permalink
fix(checkbox): [EMU-4092] update vertical padding (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maffei authored Sep 4, 2023
1 parent b161a13 commit 1b6c8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/scss/private/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}

.p-checkbox--no-icon + label::before {
display: none!important;
display: none !important;
}

.p-label {
Expand All @@ -162,7 +162,7 @@
&--bordered {
align-items: center;

padding: 8px 16px;
padding: 12px 16px;

border-radius: 8px;
border: 1px solid $ds-grey-400;
Expand Down

0 comments on commit 1b6c8f8

Please sign in to comment.