Fix invalid white-spaces in card description. Closes #141

pull/152/head
SohnyBohny 4 years ago committed by GitHub
parent b39119ace4
commit b63f0742ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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%;
}

Loading…
Cancel
Save