Skip to content

Commit

Permalink
fix(styles): removes height from form-control-rg in _form.scss (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1aserlu authored Aug 30, 2023
1 parent d9ffcd6 commit ceb9cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rich-lizards-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-styles': patch
---

Fixed a problem where textarea and multiselect had an unexpected height when regular size (form-control-rg / form-select-rg) was used.
1 change: 0 additions & 1 deletion packages/styles/src/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
}

@mixin form-control-rg {
height: forms.$input-height-rg;
padding: forms.$input-padding-y-rg forms.$input-padding-x-rg;
font-size: type.$font-size-regular;
line-height: forms.$input-line-height-rg;
Expand Down

0 comments on commit ceb9cb1

Please sign in to comment.