[GIT] Evergreen ILS branch rel_3_14 updated. f294033a5f89aa9f6ca674ceda30b07fa0a528f2

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_14 has been updated via f294033a5f89aa9f6ca674ceda30b07fa0a528f2 (commit) from 58e1597808b07acbe2c2e31f59662316c4b29439 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f294033a5f89aa9f6ca674ceda30b07fa0a528f2 Author: Dan Briem <dbriem@harrisonpl.org> Date: Wed Mar 19 23:35:07 2025 +0000 LP#2103535 Shelving Location Order Spacing Issue Adjust alignment and spacing for the "Context Org Unit" label on the Shelving Location Order interface. Release-note: Fix spacing on Shelving Location Order interface. Signed-off-by: Dan Briem <dbriem@harrisonpl.org> Signed-off-by: Eva Cerniňáková <cernin@jabok.cz> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html index 37651744f2..dd1a68180b 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html @@ -4,8 +4,8 @@ <eg-string #editString i18n-text text="Changes Saved"></eg-string> <div class="row"> - <div class="col-lg-12 d-flex"> - <label for="context_library" class="mr-2" i18n>Context Org Unit</label> + <div class="col-lg-12 d-flex align-items-center"> + <label for="context_library" class="me-2" i18n>Context Org Unit</label> <eg-org-select domId="context_library" (onChange)="orgChanged($event)" [initialOrgId]="contextOrg"> </eg-org-select> ----------------------------------------------------------------------- Summary of changes: .../staff/admin/local/copy-loc-order/copy-loc-order.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User