0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-31 19:39:07 -05:00

🐛 Fix multiline input in comments

This commit is contained in:
luisddm 2025-01-13 15:14:15 +01:00
parent 1662fe5b01
commit 63c3b9987b

View file

@ -333,6 +333,8 @@
padding: $s-8;
resize: vertical;
width: 100%;
white-space: pre-wrap;
overflow-wrap: break-word;
&:focus {
border: $s-1 solid var(--input-border-color-active);