From dbf5dad1c4e6a4486495c17b08d6274b8a69baab Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 26 May 2021 11:12:03 +0200 Subject: [PATCH] ui: css: fix text-align pmx-button-badge this was previously set on the button class, but has since been removed add it here to have the badge number centered again Signed-off-by: Dominik Csapak --- www/css/ext6-pbs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css index e561eb10..39ab4598 100644 --- a/www/css/ext6-pbs.css +++ b/www/css/ext6-pbs.css @@ -202,6 +202,7 @@ p.logs { .pmx-button-badge { display: inline-block; + text-align: center; font-weight: bold; border-radius: 4px; padding: 2px 3px;