Skip to content

Commit

Permalink
[NIFI-12964] fix the alignment of the date picker icon (apache#9408)
Browse files Browse the repository at this point in the history
This closes apache#9408
  • Loading branch information
scottyaslan authored Oct 17, 2024
1 parent 784a95c commit 5db02e2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
text-underline-offset: 3px;
}

.mat-mdc-form-field-infix {
min-width: 180px !important;
width: 180px !important;
}

.tooltip {
max-height: 70vh;
max-width: 500px;
Expand Down Expand Up @@ -284,6 +289,10 @@
}
}

mat-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button {
padding: 11px; //center the mat-icon-button inside the date picker form field
}

.mat-mdc-paginator {
background-color: unset !important;
}
Expand Down

0 comments on commit 5db02e2

Please sign in to comment.