fix: リアクション一覧でアイコンデコレーションが見切れないように

This commit is contained in:
zyoshoka 2023-11-11 13:46:38 +09:00
parent e9797c9023
commit 27e4baa836
No known key found for this signature in database
GPG Key ID: 0C2CB8FBA309A5B8
1 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ function getReactionName(reaction: string): string {
}
.users {
contain: content;
flex: 1;
min-width: 0;
margin: -4px 14px 0 10px;
@ -85,7 +84,7 @@ function getReactionName(reaction: string): string {
line-height: 24px;
padding-top: 4px;
white-space: nowrap;
overflow: hidden;
overflow: visible;
text-overflow: ellipsis;
}