mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-06 20:16:00 -04:00
FIX: stop allowing nested SUP in topic bodies
This commit is contained in:
parent
451788b95d
commit
81733eb885
1 changed files with 6 additions and 0 deletions
|
@ -18,3 +18,9 @@
|
|||
.topic-title-outlet {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
sup sup {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue