Replace text-wrap with white-space because of better support (#2338)
This commit is contained in:
parent
ec5ea1bc5f
commit
ef1c586231
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.timestamp {
|
.timestamp {
|
||||||
text-wrap: nowrap;
|
white-space: nowrap;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user