1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Move post previews outside of .Post-body so they don't get clipped

This commit is contained in:
Toby Zerner
2015-09-16 14:43:48 +09:30
parent 390feae647
commit 7ab1eb4f64
2 changed files with 8 additions and 4 deletions

View File

@@ -84,4 +84,5 @@
.PostMention-preview-discussion {
padding-top: 0 !important;
font-weight: bold !important;
white-space: normal !important;
}