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>
</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">
</div>
</span>
</ng-container>
-</div>
<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"