From 83fdb0cba4c5c728050a909d06f69c1b7198ba4a Mon Sep 17 00:00:00 2001 From: Jacob O'Mara Date: Thu, 15 Dec 2022 19:04:51 +0000 Subject: [PATCH] Bug 31950: Amend page-section width and alignment Test Plan: Navigate to Admin -> Libraries and click on a Library Observe that the page-section is too wide and not aligned Apply Patch Observe that page-section is now the correct width Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 31369556221..881e3d92c92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -339,7 +339,7 @@ Libraries › Administration › Koha [% IF op == 'view' && library %]

[% library.branchname | html %]

-
+
    -- 2.30.2