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:
parent
1662fe5b01
commit
63c3b9987b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue