mirror of
https://github.com/penpot/penpot.git
synced 2026-02-26 14:23:40 +00:00
🐛 Fix horizontal resize comment textarea
This commit is contained in:
@@ -238,6 +238,7 @@
|
||||
margin-bottom: $s-8;
|
||||
padding: $s-8;
|
||||
color: var(--input-foreground-color-active);
|
||||
resize: vertical;
|
||||
&:focus {
|
||||
border: $s-1 solid var(--input-border-color-active);
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user