Don't let timestamps wrap
// FREEBIE
This commit is contained in:
parent
172d843368
commit
8200780fc2
2 changed files with 3 additions and 1 deletions
|
@ -227,6 +227,7 @@
|
||||||
|
|
||||||
.timestamp {
|
.timestamp {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-container,
|
.message-container,
|
||||||
|
|
|
@ -864,7 +864,8 @@ input.search {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.timestamp {
|
.timestamp {
|
||||||
margin-right: 3px; }
|
margin-right: 3px;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
.message-container,
|
.message-container,
|
||||||
.message-list {
|
.message-list {
|
||||||
|
|
Loading…
Add table
Reference in a new issue