enhahce(client): 🎨 通知のノートサマリーを1行にする (#9625)
* 🎨 add nowrap to notification * 🎨 通知のノートサマリーを1行にする
This commit is contained in:
parent
a69c78e709
commit
f8d0902080
2 changed files with 4 additions and 4 deletions
|
@ -267,9 +267,9 @@ useTooltip(reactionRef, (showing) => {
|
|||
}
|
||||
|
||||
.text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.quote {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue