mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08: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;
|
||||
}
|
||||
}
|
||||
|
||||
// don't wrap relative dates, we want
|
||||
//
|
||||
// Jul 26, '15
|
||||
//
|
||||
// not
|
||||
//
|
||||
// Jul
|
||||
// 26,
|
||||
// '15
|
||||
//
|
||||
span.relative-date {
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user