From beefea6170eecbcbc6eb65ba08a481bd4f904bce Mon Sep 17 00:00:00 2001
From: Jacob O'Mara <jacob.omara@ptfs-europe.com>
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
---
 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 3136955622..881e3d92c9 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 &rsaquo; Administration &rsaquo; Koha
 
 [% IF op == 'view' && library %]
     <h1>[% library.branchname | html %]</h1>
-    <div class="row page-section">
+    <div class="center-block row page-section">
         <div class="col-sm-6">
             <div class="rows">
                 <ol>
-- 
2.34.1