From 91866785636417a3b185061d6372599b714a3702 Mon Sep 17 00:00:00 2001 From: nxshock Date: Fri, 24 Feb 2023 22:41:22 +0500 Subject: [PATCH] Left-align button text --- webui/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/style.css b/webui/style.css index 2f9f7d9..2c124be 100644 --- a/webui/style.css +++ b/webui/style.css @@ -106,6 +106,7 @@ th { table button { width: 100%; + text-align: left; color: #fff; background-color: var(--base01); border: 0;