mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 18:06:12 +02: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;
|
padding: $s-8;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border: $s-1 solid var(--input-border-color-active);
|
border: $s-1 solid var(--input-border-color-active);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue