From: mayaeh Date: Tue, 27 Oct 2020 12:34:02 +0000 (+0900) Subject: Fix width of content text fluctuating over time (#15055) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2ae751f19d48c12e70a445ce1d01149866b56ce8;p=mastodon.git Fix width of content text fluctuating over time (#15055) --- 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;