mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
FIX: stop allowing nested SUP in topic bodies
This commit is contained in:
parent
451788b95d
commit
81733eb885
@ -18,3 +18,9 @@
|
||||
.topic-title-outlet {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
sup sup {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user