From 35df9b73e9afaf523835399501d10123b155f29d Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Sun, 10 Dec 2017 18:57:02 +0100 Subject: [PATCH] Limit rocket launches to single line --- events/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/events/index.html b/events/index.html index f72921f..96b7d77 100644 --- a/events/index.html +++ b/events/index.html @@ -40,6 +40,7 @@ } #events td.destination.launch { color: hsl(210, 98%, 36%); + white-space: nowrap; } #events tr.today td.destination { color: hsl(35, 98%, 46%);