Prevent text from wrapping in notification date
This commit is contained in:
parent
12d01bada0
commit
1ffaf9a08c
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ function onPostDeleted(notificationIndex: number) {
|
|||
.timestamp {
|
||||
color: $secondary-text-color;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
color: $secondary-text-hover-color;
|
||||
|
|
Loading…
Reference in a new issue