mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 10:28:28 +02:00
🐛 Fix word-break on comments, changed to break-word
This commit is contained in:
parent
a4bbb43555
commit
9ae40b392f
2 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
|||
margin: 0 $size-2 0 26px;
|
||||
white-space: pre-wrap;
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue