From 8b85fa351a120953ef39e1271b2798c668ee4d9a Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 2 Sep 2022 08:30:11 +0200 Subject: fix (#4576) --- p/themes/base-theme/template.css | 13 +++++++------ p/themes/base-theme/template.rtl.css | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index f6fa87187..ea2816ebe 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -214,12 +214,6 @@ textarea:invalid { border: 2px dashed red; } -input[type="radio"], -input[type="checkbox"] { - width: 15px !important; - min-height: 15px !important; -} - .prompt textarea, .prompt input, .prompt select, @@ -238,6 +232,13 @@ select:disabled { border: 1px dashed lightgray; } +input[type="radio"], +input[type="checkbox"] { + min-width: auto; + width: 15px !important; + min-height: 15px !important; +} + .dropdown-menu label > input[type="text"] { width: 150px; width: calc(99% - 5em); diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 26ba473d8..5057baf56 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -214,12 +214,6 @@ textarea:invalid { border: 2px dashed red; } -input[type="radio"], -input[type="checkbox"] { - width: 15px !important; - min-height: 15px !important; -} - .prompt textarea, .prompt input, .prompt select, @@ -238,6 +232,13 @@ select:disabled { border: 1px dashed lightgray; } +input[type="radio"], +input[type="checkbox"] { + min-width: auto; + width: 15px !important; + min-height: 15px !important; +} + .dropdown-menu label > input[type="text"] { width: 150px; width: calc(99% - 5em); -- cgit v1.2.3