From 9bb71be23b52ba5b7d494a9dae3fe8679291606d Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 13 Mar 2024 20:21:43 -0500 Subject: [PATCH] text-align --- core/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/style.css b/core/style.css index 29aa75b..71645da 100644 --- a/core/style.css +++ b/core/style.css @@ -1820,6 +1820,10 @@ body > ._weditdialog .titlerow b.name { flex-grow: 1; } +body > ._weditdialog table tr th { + text-align: left; +} + /* AD STYLING */ .adbanner img { max-width: 100%;