Skip to content

Commit 4d7af09

Browse files
committed
fix: Input width correction
1 parent d51ee62 commit 4d7af09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/elements/_forms.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ input,
1111
textarea {
1212
@extend .text-small;
1313
@extend .border-primary;
14+
width: 100%;
1415
background-color: transparent;
1516
border-radius: var(--radius-1);
1617
padding: var(--space-2) var(--space-3);

0 commit comments

Comments
 (0)