diff options
author | mayaeh <mayaeh@marimo-net.org> | 2020-10-27 21:34:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 13:34:02 +0100 |
commit | 2ae751f19d48c12e70a445ce1d01149866b56ce8 (patch) | |
tree | 5a644209bc857c366b46b0f5340ffef444574883 /app/javascript/styles | |
parent | c5704e75ae1f64742d59747fd931ffcca7a4887d (diff) |
Fix width of content text fluctuating over time (#15055)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
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; |