enhahce(client): 🎨 通知のノートサマリーを1行にする (#9625)
* 🎨 add nowrap to notification * 🎨 通知のノートサマリーを1行にする
This commit is contained in:
@@ -267,9 +267,9 @@ useTooltip(reactionRef, (showing) => {
|
||||
}
|
||||
|
||||
.text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.quote {
|
||||
|
Reference in New Issue
Block a user