mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Fix horizontal resize comment textarea
This commit is contained in:
parent
08c5cdb2dd
commit
193df9ce1e
@ -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…
x
Reference in New Issue
Block a user