1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Display tasks with preserved newlines in card modal

This commit is contained in:
Maksim Eltyshev 2025-06-16 22:44:27 +02:00
parent b2e8c453b7
commit 774bdc2b64

View file

@ -62,6 +62,7 @@
overflow-wrap: break-word;
padding: 8px 0;
vertical-align: top;
white-space: pre-wrap;
width: 100%;
}