mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
🐛 Fix multiline input in comments
This commit is contained in:
parent
1662fe5b01
commit
63c3b9987b
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user