From 57635df05072a82ca003748e5cf1e3e3f2b5354d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Thu, 1 May 2025 12:55:54 +0200 Subject: [PATCH] Fixed the paddings a bit --- moderation.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/moderation.php b/moderation.php index 7b07696..c94145f 100644 --- a/moderation.php +++ b/moderation.php @@ -44,8 +44,13 @@ padding: 8px 0; } + td:first-child { + padding-left: 8px; + } + td:last-child { width: 100%; + padding-right: 8px; } input[type="radio"] {