From c3fec7e657858de30df18c3a2c5d99dc65e46a6b Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 27 Apr 2023 21:08:35 +0000 Subject: [PATCH] Bug 33631: [alternate] Fix misaligned labels If you look at the results_summary on either the results or detail pages you will notice that the label and content are slightly misaligned. To test: 1. On staff results, detail page, or ISBD details notice that slight misaligmnet between label and content. 2. Apply patch, yarn_build, clear browser cache 3. Look again, alignment should be fixed Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index ab0a8f9e3e..2399e5f61e 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -630,7 +630,6 @@ label, font-weight: normal; max-width: inherit; padding: 0; - vertical-align: middle; white-space: normal; input { -- 2.30.2