mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 02:03:44 +08:00
UX: keep timestamp on single line (#23819)
This commit is contained in:
parent
e113eff663
commit
478e738bfd
|
@ -11,6 +11,9 @@
|
|||
& + .chat-message-info__bot-indicator,
|
||||
& + .chat-message-info__date {
|
||||
margin-left: 0.25em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user