LP1904036 Fix date select button alignment
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Mar 2021 16:18:52 +0000 (12:18 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:27 +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/share/date-select/date-select.component.html

index 0f5777e..6c31a77 100644 (file)
@@ -22,8 +22,7 @@
     <div class="input-group-append">
       <button class="btn btn-outline-secondary" [disabled]="disabled"
         (click)="datePicker.toggle()" type="button">
-        <span title="Select Date" i18n-title
-          class="material-icons mat-icon-in-button">event</span>
+        <span title="Select Date" i18n-title class="material-icons">event</span>
       </button>
     </div>
   </div>