diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index 400b553ce..d2ec77dcb 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -64,6 +64,11 @@ .img { display: inline-block; + + // fix vertical alignment of stealable emoji + button { + display: inline-flex; + } } .emoji { @@ -78,11 +83,6 @@ max-height: 400px; vertical-align: middle; object-fit: contain; - - // fix vertical alignment of stealable emoji - button { - display: inline-flex; - } } .greentext {