mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
use "white-space: nowrap" for div.date
This commit is contained in:
parent
31af9dc49d
commit
39ba354651
|
@ -19,6 +19,7 @@ div.message {
|
||||||
div.date {
|
div.date {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.quote {
|
div.quote {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user