LP1904036 Patron edit help text positioning
authorBill Erickson <berickxx@gmail.com>
Thu, 7 Oct 2021 15:19:47 +0000 (11:19 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:38 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html

index c89d354..e78c110 100644 (file)
@@ -55,7 +55,7 @@
     </label>
     <eg-help-popover *ngIf="getFieldDoc(args.cls, args.field)"
       buttonClass="btn-sm text-info p-0 m-0"
-      [placement]="'bottom'" [helpText]="getFieldDoc(args.cls, args.field)">
+      [placement]="'right'" [helpText]="getFieldDoc(args.cls, args.field)">
     </eg-help-popover>
   </div>
 </ng-template>