From 0dcd2718c8c8942d230ad6bbe0f7bee6ac212470 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Feb 2025 06:22:30 +0200 Subject: [PATCH] client: fix some broken checkboxes on the legacy theme --- .../app/widgets/attribute_widgets/attribute_detail.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/public/app/widgets/attribute_widgets/attribute_detail.ts b/src/public/app/widgets/attribute_widgets/attribute_detail.ts index c5c56102e..c97210713 100644 --- a/src/public/app/widgets/attribute_widgets/attribute_detail.ts +++ b/src/public/app/widgets/attribute_widgets/attribute_detail.ts @@ -48,10 +48,14 @@ const TPL = ` text-align: left; } - .attr-edit-table td input { + .attr-edit-table td input[not(type="checkbox")] { width: 100%; } + .attr-edit-table td input[type="checkbox"] { + display: inline-block; + } + .close-attr-detail-button { font-size: x-large; cursor: pointer; @@ -104,7 +108,7 @@ const TPL = ` @@ -161,7 +165,7 @@ const TPL = `