diff --git a/ui/app/styles/components/legend.scss b/ui/app/styles/components/legend.scss index a1ce69d7f..2e86faf97 100644 --- a/ui/app/styles/components/legend.scss +++ b/ui/app/styles/components/legend.scss @@ -20,8 +20,14 @@ margin-left: 0.5em; } - dd + dt { - margin-left: 1.5em; + .legend-term { + display: inline-block; + whitespace: nowrap; + margin-right: 1.5em; + + &:last-child { + margin-right: 0; + } } } } diff --git a/ui/app/templates/topology.hbs b/ui/app/templates/topology.hbs index 19e627c25..19c1fd515 100644 --- a/ui/app/templates/topology.hbs +++ b/ui/app/templates/topology.hbs @@ -16,9 +16,9 @@

Allocation Status

-
Running
-
Failed
-
Starting
+
Running
+
Failed
+
Starting