about summary refs log tree commit diff
path: root/app/javascript
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2020-10-27 21:34:02 +0900
committerGitHub <noreply@github.com>2020-10-27 13:34:02 +0100
commit2ae751f19d48c12e70a445ce1d01149866b56ce8 (patch)
tree5a644209bc857c366b46b0f5340ffef444574883 /app/javascript
parentc5704e75ae1f64742d59747fd931ffcca7a4887d (diff)
Fix width of content text fluctuating over time (#15055)
Diffstat (limited to 'app/javascript')
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 28f2a27a6..deec5c68a 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -794,6 +794,10 @@
   cursor: pointer;
 }
 
+.status__content {
+  clear: both;
+}
+
 .status__content,
 .reply-indicator__content {
   position: relative;