Remove mat select ellipses. Wrap text below.

This commit is contained in:
Kristian Ntavidi 2021-06-17 19:12:47 +03:00
parent e94944abb1
commit 72b18b7770
1 changed files with 11 additions and 0 deletions

View File

@ -139,3 +139,14 @@ $mat-card-header-size: 40px !default;
.new-dmp-dialog { .new-dmp-dialog {
padding: 0em .5em 0em 0em; padding: 0em .5em 0em 0em;
} }
::ng-deep .mat-option-text {
text-overflow: unset !important;
white-space: normal;
line-height: 1.2em;
}
::ng-deep .mat-option {
padding-top: 1em !important;
padding-bottom: 1em !important;
height: auto !important;
}