0
Fork 0
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:
AzazelN28 2024-04-02 12:54:44 +02:00 committed by Andrey Antukh
parent 08c5cdb2dd
commit 193df9ce1e

View file

@ -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;