Trying d-flex with justify-content-center
authorJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 15:04:27 +0000 (10:04 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 15:04:27 +0000 (10:04 -0500)
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html

index 553ba81..9911083 100644 (file)
@@ -43,7 +43,7 @@
         </div>
       </div>
     </div>
-    <div class="flex-1">
+    <div class="d-flex justify-content-center">
       <div class="form-check form-check-inline pt-1">
         <input class="form-check-input" type="checkbox" 
                (ngModelChange)="toggleStrictBarcode($event)"