css: portal calendar should not wrap

This commit is contained in:
Astro 2017-11-20 22:39:04 +01:00
parent 255d0e66fd
commit 46b87fac30
1 changed files with 2 additions and 0 deletions

View File

@ -486,6 +486,8 @@ abbr.dtstart, abbr.dtend {
#portal .upcoming ul li, #portal .chaosupdates ul li {
line-height: 1.5em;
margin-top: .5em;
white-space: nowrap;
text-overflow: ellipsis;
}
/* -- Calendar -- */