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

index 84b1942..553ba81 100644 (file)
         </div>
       </div>
     </div>
-    <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"/>
-      <label class="form-check-label" 
-             for="strict-barcode-cbox" i18n>Strict Barcode</label>
+    <div class="flex-1">
+      <div class="form-check form-check-inline pt-1">
+        <input class="form-check-input" type="checkbox" 
+               (ngModelChange)="toggleStrictBarcode($event)"
+               id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
+        <label class="form-check-label" 
+               for="strict-barcode-cbox" i18n>Strict Barcode</label>
+      </div>
     </div>
     <div ngbDropdown>
       <button ngbDropdownToggle class="btn mr-2" [ngClass]="{