about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-05-13 15:01:00 +0200
committerThibG <thib@sitedethib.com>2019-05-13 17:13:02 +0200
commit87d16698c27b80e3bb8b20f5ff20ee6a07655fab (patch)
treea7b46a590d7295dd500cd22a3d5c5b3732e33921 /app/javascript/flavours/glitch/styles/components/status.scss
parentcd534830adab89300703904ffe87894dec8e2f95 (diff)
Fix rich text styling on public pages
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index b43931a5f..62f0a815f 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -31,7 +31,8 @@
     }
   }
 
-  .status__content__text {
+  .status__content__text,
+  .e-content {
     h1, h2, h3, h4, h5 {
       margin-top: 20px;
       margin-bottom: 20px;