Apply proper styling to hr elements in preview popovers
authorMatthias Schmidt <gravatronics@live.com>
Sun, 28 Jul 2019 13:44:49 +0000 (15:44 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 28 Jul 2019 13:44:49 +0000 (15:44 +0200)
Close WoltLab/com.woltlab.wbb#347

wcfsetup/install/files/style/layout/global.scss

index 5e00189265e9280d7b044dba2af8ac465ca055f4..8b22c4e6eede993b3198b1b1b972f5509d73759a 100644 (file)
@@ -147,7 +147,10 @@ ol.nativeList {
                /* slight margin to prevent visual merge with adjacent words */
                margin-right: 2px;
        }
-       
+}
+
+.containerContent,
+.htmlContent {
        hr {
                border: 0;
                border-top: 1px solid $wcfContentBorderInner;