Skip to content

Commit

Permalink
[AAE-19343] Fix select placeholder is not displayed when select is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
alep85 committed Jan 15, 2024
1 parent ce79ad3 commit 6858e06
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
display: flex;
flex-direction: column;
height: 20px;

&.mat-form-field-empty {
transform: translateY(-1.3437em) scale(1);
}
}

.mat-form-field-label-wrapper {
Expand Down

0 comments on commit 6858e06

Please sign in to comment.