Limit rocket launches to single line
This commit is contained in:
parent
24783ec398
commit
35df9b73e9
1 changed files with 1 additions and 0 deletions
|
@ -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%);
|
||||||
|
|
Loading…
Reference in a new issue