Prevent dates from wrapping

This commit is contained in:
Michael Zhang 2022-07-19 04:37:30 -05:00
parent 4654b8de5f
commit 10801c1471
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ blockquote {
&.info {
color: $smaller-text-color;
font-size: 0.75em;
white-space: nowrap;
}
.summary {