Don't let timestamps wrap

// FREEBIE
pull/749/head
lilia 9 years ago
parent 172d843368
commit 8200780fc2

@ -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 {

Loading…
Cancel
Save