Limit rocket launches to single line

This commit is contained in:
Henri Bergius 2017-12-10 18:57:02 +01:00
parent 24783ec398
commit 35df9b73e9

View file

@ -40,6 +40,7 @@
} }
#events td.destination.launch { #events td.destination.launch {
color: hsl(210, 98%, 36%); color: hsl(210, 98%, 36%);
white-space: nowrap;
} }
#events tr.today td.destination { #events tr.today td.destination {
color: hsl(35, 98%, 46%); color: hsl(35, 98%, 46%);