Prevent text from wrapping in notification date

This commit is contained in:
silverpill 2022-01-03 16:23:07 +00:00
parent 12d01bada0
commit 1ffaf9a08c

View file

@ -143,6 +143,7 @@ function onPostDeleted(notificationIndex: number) {
.timestamp { .timestamp {
color: $secondary-text-color; color: $secondary-text-color;
text-align: right; text-align: right;
white-space: nowrap;
&:hover { &:hover {
color: $secondary-text-hover-color; color: $secondary-text-hover-color;