diff --git a/ts/routes/graphs/TrueRetention.svelte b/ts/routes/graphs/TrueRetention.svelte index e8934ade0..2bf9069e2 100644 --- a/ts/routes/graphs/TrueRetention.svelte +++ b/ts/routes/graphs/TrueRetention.svelte @@ -86,7 +86,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html overflow-x: auto; display: flex; - justify-content: center; align-items: center; } diff --git a/ts/routes/graphs/_true-retention-base.scss b/ts/routes/graphs/_true-retention-base.scss index a674de362..21b7cbfe2 100644 --- a/ts/routes/graphs/_true-retention-base.scss +++ b/ts/routes/graphs/_true-retention-base.scss @@ -1,5 +1,8 @@ table { border-collapse: collapse; + + margin-left: auto; + margin-right: auto; } tr {