From ce1b59f7d16566e4d504ad1231711ee9a84ee323 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Mon, 23 Sep 2024 20:52:27 +0200 Subject: [PATCH] fix slight misalignment and sizing issues of checkboxes and radio buttons fix https://github.com/lovasoa/SQLpage/discussions/613 --- CHANGELOG.md | 1 + sqlpage/templates/form.handlebars | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27638416..fe05570c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Fix an issue where the color name `blue` could not be used in the chart component. - Add new properties to the foldable component: `id`, `class`, and `expanded` (to control the state of the foldable item). The old behavior was having the first foldable item initially opened and the others closed. To keep the old behavior, you need to explicitly set `true as expanded` on the first foldable item. - **divider component**: Add new properties to the divider component: `link`, `bold`, `italics`, `underline`, `size`. + - **form component**: fix slight misalignment and sizing issues of checkboxes and radio buttons. ## 0.28.0 (2024-08-31) - Chart component: fix the labels of pie charts displaying too many decimal places. diff --git a/sqlpage/templates/form.handlebars b/sqlpage/templates/form.handlebars index 08bec7c9..d37bc2a9 100644 --- a/sqlpage/templates/form.handlebars +++ b/sqlpage/templates/form.handlebars @@ -15,8 +15,8 @@
{{#each_row}} {{#if (or (eq type "radio") (eq type "checkbox"))}} -
-