mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -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;
|
margin-bottom: $s-8;
|
||||||
padding: $s-8;
|
padding: $s-8;
|
||||||
color: var(--input-foreground-color-active);
|
color: var(--input-foreground-color-active);
|
||||||
|
resize: vertical;
|
||||||
&:focus {
|
&:focus {
|
||||||
border: $s-1 solid var(--input-border-color-active);
|
border: $s-1 solid var(--input-border-color-active);
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue