Skip to content
Snippets Groups Projects

fix(Textarea): Abstract border on firefox

Merged Daniel Sandu requested to merge HIN-1039 into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -17,6 +17,8 @@ const Textarea = styled.textarea`
padding: ${th('gridUnit')};
width: 100%;
resize: vertical;
border-style: ${th('borderStyle')};
border-width: ${th('borderWidth')};
${minHeight};
${marginHelper};