mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Don't let timestamps wrap
// FREEBIE
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
|
||||
.timestamp {
|
||||
margin-right: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.message-container,
|
||||
|
||||
@@ -864,7 +864,8 @@ input.search {
|
||||
font-weight: bold; }
|
||||
|
||||
.timestamp {
|
||||
margin-right: 3px; }
|
||||
margin-right: 3px;
|
||||
white-space: nowrap; }
|
||||
|
||||
.message-container,
|
||||
.message-list {
|
||||
|
||||
Reference in New Issue
Block a user