diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 8a218fb2..68cacf98 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -153,16 +153,19 @@ --emoji-size: 16px; - & .body, + & .body:not(:active), & .attachments { max-height: 3.25em; } .body { - overflow: hidden; white-space: normal; min-width: 5em; flex: 5 1 auto; + } + + .body:not(:active) { + overflow: hidden; mask-size: auto 3.5em, auto auto; mask-position: 0 0, 0 0; mask-repeat: repeat-x, repeat;