Prevent dates from wrapping
This commit is contained in:
parent
4654b8de5f
commit
10801c1471
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ blockquote {
|
||||||
&.info {
|
&.info {
|
||||||
color: $smaller-text-color;
|
color: $smaller-text-color;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summary {
|
.summary {
|
||||||
|
|
Loading…
Reference in a new issue