mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Display tasks with preserved newlines in card modal
This commit is contained in:
parent
b2e8c453b7
commit
774bdc2b64
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
white-space: pre-wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue