From b71c8a2865ab437f7cb93e82359a6ecc1ed26bd5 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 20 Jul 2023 17:30:49 -0400 Subject: [PATCH] Right-align values --- css/facilities/studio.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/facilities/studio.css b/css/facilities/studio.css index cfed9b6dffc..11791321300 100644 --- a/css/facilities/studio.css +++ b/css/facilities/studio.css @@ -38,6 +38,10 @@ table.genre-stats { padding: 0 10px; } +.genre-stats tbody tr td:not(:first-child) { + text-align: right; +} + .genre-stats tr:first-child td { padding-top: 10px; } -- GitLab