From 2fdd7704576cef888abfc4778f84a35ae6d5c58b Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Thu, 16 Jan 2025 21:29:10 +0100 Subject: [PATCH] Center images in 'icon only' table columns --- app/assets/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index cf2cde3..a99390e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -458,6 +458,9 @@ table.items svg { vertical-align: middle; width: 1.2rem; } +table.items td.svg { + text-align: center; +} table.items td.number { text-align: right; }