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

index 1eb49d9..9f6992f 100644 (file)
@@ -43,7 +43,7 @@
         </div>
       </div>
     </div>
-    <div class="flex-1 justify-content-center">
+    <div class="flex-1">
         <input class="form-check-input" type="checkbox" 
                (ngModelChange)="toggleStrictBarcode($event)"
                id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>