Skip to content

Commit

Permalink
fix: Input width correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoroldos committed Dec 7, 2022
1 parent d51ee62 commit 4d7af09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/elements/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ input,
textarea {
@extend .text-small;
@extend .border-primary;
width: 100%;
background-color: transparent;
border-radius: var(--radius-1);
padding: var(--space-2) var(--space-3);
Expand Down

0 comments on commit 4d7af09

Please sign in to comment.