Skip to content

Commit 9827ef7

Browse files
authored
Merge pull request #171 from rackerlabs/Issue-164
fix(TextInputs): correct textarea padding
2 parents c0ec41e + a8b50ff commit 9827ef7

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)