diff --git a/CHANGELOG.md b/CHANGELOG.md index 34669846e3..51ee97d970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - security: harden runtime interface by deleting the reference on window (`window.r`) after the first use. For development it is now accessible at `exp.runtime` but only in `--devmode` like `exp.rpc` - dev: update `./bin/update_background_thumbnails.sh` script - fix chatlist image thumbnails #4101 +- fix: spacing around avatars in reaction details dialog #4114 diff --git a/packages/frontend/src/components/dialogs/ReactionsDialog/styles.module.scss b/packages/frontend/src/components/dialogs/ReactionsDialog/styles.module.scss index 748d019798..f529a234b1 100644 --- a/packages/frontend/src/components/dialogs/ReactionsDialog/styles.module.scss +++ b/packages/frontend/src/components/dialogs/ReactionsDialog/styles.module.scss @@ -18,7 +18,7 @@ .reactionsDialogAvatar { flex: 0 0 48px; - margin-right: 10px; + margin-inline: 10px; } .reactionsDialogContactName {