From 34bfd04055f3a5d6d33bbf8de7ebedb802e42e4b Mon Sep 17 00:00:00 2001 From: Alex Heller Date: Mon, 1 May 2023 10:40:23 +0200 Subject: [PATCH] Improvement: Made empty space next to check-boxes not clickable This adds the suggestion by EfourC: https://github.com/vladmandic/automatic/pull/638#issuecomment-1529416054 --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f484d2c29..ffb8f2dbe 100644 --- a/style.css +++ b/style.css @@ -241,7 +241,8 @@ div#extras_scale_to_tab div.form{ } #settings .block.gradio-checkbox { - margin-top: 0; + margin: 0; + width: auto; } #settings .dirtyable {