mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
Fix invalid white-spaces in card description. Closes #141
This commit is contained in:
@@ -123,9 +123,12 @@
|
||||
overflow-wrap: break-word;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
white-space: pre-line;
|
||||
width: 100%;
|
||||
|
||||
p {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user