Skip to content
Snippets Groups Projects
Commit 76d41475 authored by trwnh's avatar trwnh Committed by Eugen Rochko
Browse files

[UI] Fix whitespace being applied to div instead of p (#9968)

* fix large line breaks

* fix ascii art posts
parent 2557cb2f
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,6 @@
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre-wrap;
padding-top: 2px;
color: $primary-text-color;
......@@ -662,6 +661,7 @@
p {
margin-bottom: 20px;
white-space: pre-wrap;
&:last-child {
margin-bottom: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment