mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
FIX: stop allowing nested SUP in topic bodies
This commit is contained in:
@ -18,3 +18,9 @@
|
||||
.topic-title-outlet {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
sup sup {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user