Add d-flex
authorJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:57:15 +0000 (09:57 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:57:15 +0000 (09:57 -0500)
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html

index a8b9ca1..84b1942 100644 (file)
@@ -43,7 +43,7 @@
         </div>
       </div>
     </div>
-    <div class="form-check form-check-inline pt-1">
+    <div class="d-flex form-check form-check-inline pt-1">
       <input class="form-check-input" type="checkbox" 
              (ngModelChange)="toggleStrictBarcode($event)"
              id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>