Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 7, 2024
1 parent 96382a5 commit 829e082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/text-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

&.is-next-40px-default-size {
height: $grid-unit-50;

// Subtract 1px to account for the border, which isn't included on the element
// on newer components like InputControl, SelectControl, etc.
padding-left: $grid-unit-20;
padding-right: $grid-unit-20;
}
Expand Down

0 comments on commit 829e082

Please sign in to comment.