diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-07-25 17:03:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 17:03:00 +0900 |
| commit | ed6dc84c5f92c00c92bb2fa17b5f5aa81c21429e (patch) | |
| tree | 93ea0169a7707ec40d4ee41365aba7a4501db736 /packages/frontend/src/components | |
| parent | fix(frontend): emoji picker not opening on `/share` page (#14295) (diff) | |
| download | misskey-ed6dc84c5f92c00c92bb2fa17b5f5aa81c21429e.tar.gz misskey-ed6dc84c5f92c00c92bb2fa17b5f5aa81c21429e.tar.bz2 misskey-ed6dc84c5f92c00c92bb2fa17b5f5aa81c21429e.zip | |
fix(frontend): リアクションしたユーザー一覧のユーザー名がはみ出る問題を修正 (#14294)
* pnpm dev で絵文字が表示されない問題を解決
(cherry picked from commit 22fcafbf55830922efe75d129f48b4d8c11724e6)
* リアクションしたユーザー一覧のユーザーネームがはみ出る問題を解決
(cherry picked from commit 46458b190e2b4ccfc8b50b6857ee9a5a6fd09fe9)
* Update Changelog
---------
Co-authored-by: 6wFh3kVo <yukikum57@gmail.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'packages/frontend/src/components')
| -rw-r--r-- | packages/frontend/src/components/MkReactionsViewer.details.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkReactionsViewer.details.vue b/packages/frontend/src/components/MkReactionsViewer.details.vue index 8b5e6efdf3..60118fadd2 100644 --- a/packages/frontend/src/components/MkReactionsViewer.details.vue +++ b/packages/frontend/src/components/MkReactionsViewer.details.vue @@ -81,6 +81,7 @@ function getReactionName(reaction: string): string { } .user { + display: flex; line-height: 24px; padding-top: 4px; white-space: nowrap; |