Skip to content

Commit d958cbb

Browse files
hannekeIan Wensink
authored andcommitted
fix(theme-settings): use inlineLabelWidth setting instead of hardcoded values
1 parent 9343d3d commit d958cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextArea/styled/text-area.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default styled.textarea`
2424
resize:vertical;
2525
2626
@media (min-width: 768px) {
27-
width: calc(50% + ${p.theme.inputWidth});
27+
width: calc(${p.theme.inlineLabelWidth} + ${p.theme.inputWidth});
2828
}
2929
`}
3030

0 commit comments

Comments
 (0)