diff options
| author | Henry Jameson <me@hjkos.com> | 2021-08-13 13:06:42 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-08-13 13:06:42 +0300 |
| commit | 4c974f5ca21c6a514d0dfc09a0aeab7789da95c5 (patch) | |
| tree | 8cf02e3352294ff637952a85e7644adb9f56ae72 /src/components/rich_content | |
| parent | 6c6df29ed3b76ee5f2e6ba43a6185ff66b91aace (diff) | |
richcontent support in polls, user cards and user profiles
Diffstat (limited to 'src/components/rich_content')
| -rw-r--r-- | src/components/rich_content/rich_content.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index 12cb9776..db08ef1e 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -49,6 +49,7 @@ } .emoji { + display: inline-block; width: var(--emoji-size, 32px); height: var(--emoji-size, 32px); } |
