Try removing form-check-inline
authorJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 15:16:43 +0000 (10:16 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 15:16:43 +0000 (10:16 -0500)
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html

index 2f487b2..8a3f534 100644 (file)
@@ -44,7 +44,7 @@
       </div>
     </div>
     <div class="flex-1 justify-content-center">
-      <div class="form-check form-check-inline pt-1">
+      <div class="form-check pt-1">
         <input class="form-check-input" type="checkbox" 
                (ngModelChange)="toggleStrictBarcode($event)"
                id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>