LP2000485 Bootstrap 5: Org family select
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 2 Mar 2023 17:11:45 +0000 (17:11 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 2 Mar 2023 17:11:45 +0000 (17:11 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/share/org-family-select/org-family-select.component.html

index c69ea78..31385d8 100644 (file)
@@ -1,7 +1,5 @@
-<form class="d-flex" [formGroup]="familySelectors">
-  <div class="input-group-text">
-    <span class="input-group-text">{{labelText}}</span>
-  </div>
+<form class="d-flex align-items-start" [formGroup]="familySelectors">
+  <span class="input-group-text">{{labelText}}</span>
   <eg-org-select [domId]="domId"
     (onChange)="orgOnChange($event)"
     [limitPerms]="limitPerms"