From 1a86b2b1b731015aab9cfbad0fd8331d2ef9e2c9 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 27 Apr 2023 21:08:35 +0000 Subject: [PATCH] Bug 33631: 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 Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi --- 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 3827bdddd5..34719c10b8 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.39.5