0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix problem with new line in comments

This commit is contained in:
alonso.torres 2024-03-22 11:00:06 +01:00
parent bf5d95e069
commit 2735229ffe

View file

@ -108,6 +108,7 @@
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
white-space: pre-wrap;
}
.replies {