diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index bfe96d337b8feaa545da78bcf361a090ecaeb714..eb52128046c08829dd87314557294b5a38140153 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -335,11 +335,35 @@
       font-style: italic;
     }
 
+    pre {
+      overflow: auto;
+    }
+
     p {
       margin: 0;
       margin-top: 0.2em;
       margin-bottom: 0.5em;
     }
+
+    h1 {
+      font-size: 1.1em;
+      line-height: 1.2em;
+      margin: 1.4em 0;
+    }
+
+    h2 {
+      font-size: 1.1em;
+      margin: 1.0em 0;
+    }
+
+    h3 {
+      font-size: 1em;
+      margin: 1.2em 0;
+    }
+
+    h4 {
+      margin: 1.1em 0;
+    }
   }
 
   .retweet-info {