Browse Source

Fix width of content text fluctuating over time (#15055)

mayaeh 3 years ago
parent
commit
2ae751f19d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/javascript/styles/mastodon/components.scss

+ 4 - 0
app/javascript/styles/mastodon/components.scss

@@ -794,6 +794,10 @@
   cursor: pointer;
 }
 
+.status__content {
+  clear: both;
+}
+
 .status__content,
 .reply-indicator__content {
   position: relative;