Skip to content
Snippets Groups Projects
Commit 7f89084b authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

Merge branch 'HIN-1039' into 'develop'

fix(Textarea): Abstract border on firefox

See merge request !119
parents e133a5b4 662e7737
No related branches found
No related tags found
1 merge request!119fix(Textarea): Abstract border on firefox
...@@ -17,6 +17,8 @@ const Textarea = styled.textarea` ...@@ -17,6 +17,8 @@ const Textarea = styled.textarea`
padding: ${th('gridUnit')}; padding: ${th('gridUnit')};
width: 100%; width: 100%;
resize: vertical; resize: vertical;
border-style: ${th('borderStyle')};
border-width: ${th('borderWidth')};
${minHeight}; ${minHeight};
${marginHelper}; ${marginHelper};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment