LP1953181 Fix combobox div and funds spacing
authorTiffany Little <tlittle@georgialibraries.org>
Mon, 9 Jan 2023 17:41:21 +0000 (12:41 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 9 Jan 2023 18:01:32 +0000 (13:01 -0500)
Removes input-prepend that was causing other comboboxes to be shrunk, and moves the year selector closer to the Library dropdown so it's not floating out by itself.

Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html
Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds-manager.component.html

index c5c53cf..32c7b97 100644 (file)
   </ng-container>
 </ng-container>
 
-<div class="input-group">
 <ng-container *ngIf="labelText">
-<div class="input-group-prepend">
     <span class="input-group-text">{{labelText}}</span>
-    </div>
 </ng-container>
 <ng-container *ngIf="!readOnly">
   <span class="d-flex">
@@ -51,4 +48,3 @@
     </div>
   </span>
 </ng-container>
-</div>
index 0b678a8..65a2153 100644 (file)
@@ -18,7 +18,7 @@
 
 <ng-container *ngIf="orgField">
   <div class="row">
-    <div class="col-lg-6">
+    <div class="col-lg-3">
       <ng-container *ngIf="orgField">
         <eg-org-family-select
           [limitPerms]="viewPerms"