Skip to content

Commit a7a3cdb

Browse files
author
veedrin
committed
通知显示一行时文字不允许换行
1 parent 9d25e0d commit a7a3cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/dashboard/view/bell/notification/notification.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
.dash-bell .view-notification .content {
1919
width: 250px;
2020
max-height: 20px;
21+
white-space: nowrap;
2122
overflow: hidden;
2223
position: relative;
2324
}
@@ -35,4 +36,5 @@
3536
}
3637
.dash-bell .view-notification .content.spread {
3738
max-height: none;
39+
white-space: normal;
3840
}

0 commit comments

Comments
 (0)