LP1904036 Fix date select button alignment
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Mar 2021 16:18:52 +0000 (12:18 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 5 Apr 2021 14:18:24 +0000 (10:18 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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>