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 <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
b5f49be555
commit
be569f1aa5
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ Libraries › Administration › 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>
|
||||
|
|
Loading…
Reference in a new issue