Skip to content

Commit

Permalink
revert: font-size change for root block
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jan 11, 2024
1 parent 38d8fa5 commit 0004e02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/components/controls/TextArea/TextArea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ $block: '.#{variables.$ns-new}text-area';
width: 100%;
position: relative;

&_mobile {
font-size: control-variables.$mobile-safari-font-size;
}

&__content {
box-sizing: border-box;
display: flex;
Expand Down
4 changes: 0 additions & 4 deletions src/components/controls/TextInput/TextInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ $block: '.#{variables.$ns}text-input';
width: 100%;
position: relative;

&_mobile {
font-size: control-variables.$mobile-safari-font-size;
}

&__content {
box-sizing: border-box;
display: flex;
Expand Down

0 comments on commit 0004e02

Please sign in to comment.