diff --git a/dmp-frontend/src/app/ui/navbar/navbar.component.scss b/dmp-frontend/src/app/ui/navbar/navbar.component.scss index c4515f9e4..84e7ba19f 100644 --- a/dmp-frontend/src/app/ui/navbar/navbar.component.scss +++ b/dmp-frontend/src/app/ui/navbar/navbar.component.scss @@ -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; +} \ No newline at end of file