From e56ac4bdfc888f7aad7f5a7bb20c570311ee62a5 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Thu, 27 Apr 2023 21:52:52 +0000 Subject: [PATCH] Bug 32341: (follow-up) Making the label not showed twice when the tables are in responsive mode --- koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss index d9d630feee..9cb6cf3bcf 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss @@ -99,7 +99,7 @@ margin-bottom: .5em; } - .tdlabel { + .table:not(.collapsed) .tdlabel { display: inline; } -- 2.34.1