From 72b18b7770c98d6eb8b64a4bcbe74a7859b807c2 Mon Sep 17 00:00:00 2001 From: Kristan Ntavidi Date: Thu, 17 Jun 2021 19:12:47 +0300 Subject: [PATCH] Remove mat select ellipses. Wrap text below. --- dmp-frontend/src/app/ui/navbar/navbar.component.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) 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