[GIT] Evergreen ILS branch main updated. ca9ba41bd6a7e76fae44b73439de495842e55881

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, main has been updated via ca9ba41bd6a7e76fae44b73439de495842e55881 (commit) from 609f0c9e1d210cce38f853763d5b070091cdbbf6 (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 ca9ba41bd6a7e76fae44b73439de495842e55881 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. 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