fix: white-space value for moderation note content

main
Julian Lam 4 years ago
parent c8cf47a820
commit 31057dc47a

@ -273,10 +273,16 @@
} }
} }
[component="account/moderation-note/list"] .icon { [component="account/moderation-note/list"] {
.icon {
margin-right: 10px; margin-right: 10px;
} }
.content {
white-space: pre-line;
}
}
.categories { .categories {
[component="categories/category"] { [component="categories/category"] {
.depth-1 { .depth-1 {

Loading…
Cancel
Save