Bugzilla – Attachment 152169 Details for
Bug 32341
Some OPAC tables are not displayed well in mobile mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32341: (follow-up) Making the label not showed twice when the tables are in responsive mode
Bug-32341-follow-up-Making-the-label-not-showed-tw.patch (text/plain), 941 bytes, created by
Martin Renvoize (ashimema)
on 2023-06-08 11:27:38 UTC
(
hide
)
Description:
Bug 32341: (follow-up) Making the label not showed twice when the tables are in responsive mode
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-06-08 11:27:38 UTC
Size:
941 bytes
patch
obsolete
>From d3d9da8c829b069678d2c024ade7ea4290f9632b Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >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 > >Signed-off-by: David Cook <dcook@prosentient.com.au> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.41.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32341
:
144221
|
144546
|
144768
|
144808
|
145159
|
146294
|
146746
|
146747
|
149986
|
150321
|
150707
|
150708
|
150709
|
150710
|
150711
|
150712
|
152023
|
152024
|
152025
|
152026
|
152027
|
152028
|
152164
|
152165
|
152166
|
152167
|
152168
| 152169