From 16eb5db70aa9f33f03c0821afeada0e6867ac9cf Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 17 Jan 2025 15:35:41 +0100 Subject: [PATCH] Add text-align center "Choice" and "Members" --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 07f1cda..8118878 100644 --- a/styles.css +++ b/styles.css @@ -266,6 +266,7 @@ /* Styles to format the Choices table. */ .path-mod-choicegroup .width10 { + text-align: center; width: 10%; }