Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fuselage): decrease InputBox small inline paddings
Browse files Browse the repository at this point in the history
juliajforesti committed Jun 11, 2024
1 parent 0ef1f77 commit 7ed1d5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -198,7 +198,7 @@

min-width: lengths.size(112);
max-height: lengths.size(28);
padding: lengths.padding(4) lengths.padding(16);
padding: lengths.padding(4) lengths.padding(8);
}

&--small {
@@ -209,7 +209,7 @@
min-width: lengths.size(112);

min-height: lengths.size(28);
padding: lengths.padding(4) lengths.padding(16);
padding: lengths.padding(4) lengths.padding(8);

&:invalid,
&.invalid {

0 comments on commit 7ed1d5c

Please sign in to comment.