diff --git a/dashboard/src/lib/shard.svelte b/dashboard/src/lib/shard.svelte index 6acb9f36..c66fc722 100644 --- a/dashboard/src/lib/shard.svelte +++ b/dashboard/src/lib/shard.svelte @@ -48,8 +48,7 @@ .wrapper { height: 55px; width: 55px; - display: block; - float: left; + display: inline-block; } .shard:hover { cursor: pointer; diff --git a/dashboard/src/pages/status.svelte b/dashboard/src/pages/status.svelte index 6a88beb1..3c84c9b9 100644 --- a/dashboard/src/pages/status.svelte +++ b/dashboard/src/pages/status.svelte @@ -96,7 +96,7 @@ - + @@ -157,18 +157,27 @@ {#each Object.keys(clusters) as key} - - - - Cluster {key} - - - {#each clusters[key] as shard} - - {/each} - - + + Cluster {key}   + {#each clusters[key] as shard} + + {/each} + {/each} - \ No newline at end of file + + + \ No newline at end of file