mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -05:00
🐛 Fix horizontal resize comment textarea
This commit is contained in:
parent
08c5cdb2dd
commit
193df9ce1e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue