Bugzilla – Attachment 108156 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 26189: unset label width in payForm
Bug-26189-unset-label-width-in-payForm.patch (text/plain), 754 bytes, created by
Lucas Gass (lukeg)
on 2020-08-12 18:40:48 UTC
(
hide
)
Description:
Bug 26189: unset label width in payForm
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-08-12 18:40:48 UTC
Size:
754 bytes
patch
obsolete
>From 3e31b0aaf84ec6384c6178cb718148172065c1db Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 12 Aug 2020 18:39:43 +0000 >Subject: [PATCH] Bug 26189: unset label width in payForm > >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +++ > 1 file changed, 3 insertions(+) > >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..e148c595a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4019,6 +4019,9 @@ input.renew { > padding-right: 2em; > } > } >+ label { >+ width: unset; >+ } > } > > #helper { >-- >2.11.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 26189
:
108106
|
108156
|
108164
|
108165
|
108743
|
108744
|
108759
|
108973