Bugzilla – Attachment 108165 Details for
Bug 26189
Table options on points of sale misaligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21689: Unset label width restriction
Bug-21689-Unset-label-width-restriction.patch (text/plain), 1005 bytes, created by
Martin Renvoize (ashimema)
on 2020-08-13 08:37:46 UTC
(
hide
)
Description:
Bug 21689: Unset label width restriction
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-13 08:37:46 UTC
Size:
1005 bytes
patch
obsolete
>From 8f84059443b9ed2359c840589bb7a3bfe4f5888a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 13 Aug 2020 09:30:20 +0100 >Subject: [PATCH] Bug 21689: Unset label width restriction > >The label width restriction within fieldsets causes issues for the >datatables header. Unsetting it explicitly here resolves the line >wrapping issues :) > >https://bugs.koha-community.org/show_bug.cgi?id=26189 >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > 1 file changed, 1 insertion(+) > >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 bfdf40f100..64f79cd349 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -929,6 +929,7 @@ fieldset { > .dataTables_wrapper { > label { > font-weight: 400; >+ width: unset; > } > } > } >-- >2.20.1
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 26189
:
108106
|
108156
|
108164
|
108165
|
108743
|
108744
|
108759
|
108973