Skip to content

Commit a8b50ff

Browse files
committed
fix(TextInputs): correct textarea padding
Closes #164
1 parent f37a9e6 commit a8b50ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helix-ui/styles/modules/text-input.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
display: block;
1111
font-size: 1rem; // 16px
1212
height: 2rem;
13-
padding: 0 8px;
13+
padding: 0 0.5rem;
1414
width: 100%;
1515

1616
textarea& {
1717
min-height: 5.75rem; // ~92px
1818
resize: vertical;
19+
padding: 0.5rem;
1920
}
2021

2122
&:focus {

0 commit comments

Comments
 (0)