mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
don't allow relative dates to wrap
This commit is contained in:
parent
9a83100529
commit
d81728f70d
@ -219,3 +219,17 @@ body {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// don't wrap relative dates, we want
|
||||||
|
//
|
||||||
|
// Jul 26, '15
|
||||||
|
//
|
||||||
|
// not
|
||||||
|
//
|
||||||
|
// Jul
|
||||||
|
// 26,
|
||||||
|
// '15
|
||||||
|
//
|
||||||
|
span.relative-date {
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user