Remove mat select ellipses. Wrap text below.
This commit is contained in:
parent
e94944abb1
commit
72b18b7770
|
@ -139,3 +139,14 @@ $mat-card-header-size: 40px !default;
|
|||
.new-dmp-dialog {
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue