From d42405d62bb69c172aad7da7b1d67fe4ca872765 Mon Sep 17 00:00:00 2001 From: Jan Pilar <33516559+jnko266@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:55:16 +0000 Subject: [PATCH 1/2] Fixes #107 --- darkwolf/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/darkwolf/css/theme.css b/darkwolf/css/theme.css index 454f1d25c6..818926e41b 100644 --- a/darkwolf/css/theme.css +++ b/darkwolf/css/theme.css @@ -14663,6 +14663,10 @@ dt.ui_tpicker_timezone_label { width: 1em; height: 1em; } +.rte_table input[type="radio"] { + width: 1em; + height: 1em; +} .routine_params_table input { margin-top: 10px; width: auto From 5b3311c985ccd6a029d4648c084ba3359826305d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 10 Sep 2024 09:27:36 +0000 Subject: [PATCH 2/2] Fixup code style --- darkwolf/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkwolf/css/theme.css b/darkwolf/css/theme.css index 818926e41b..8029c02e8d 100644 --- a/darkwolf/css/theme.css +++ b/darkwolf/css/theme.css @@ -14664,7 +14664,7 @@ dt.ui_tpicker_timezone_label { height: 1em; } .rte_table input[type="radio"] { - width: 1em; + width: 1em; height: 1em; } .routine_params_table input {