This is an automated email from the ASF dual-hosted git repository. dgnatyshyn pushed a commit to branch DLAB-1374 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit e9aa9b8c997f97a4544366e731542b583f3063e8 Author: Dmytro Gnatyshyn <di1...@ukr.net> AuthorDate: Thu Dec 26 13:47:00 2019 +0200 [DLAB-1374]: Fixed label in 'Select user groups' drop down list --- .../src/main/resources/webapp/src/assets/styles/_theme.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss index 640130c..cb8f4ed 100644 --- a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss +++ b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss @@ -285,6 +285,18 @@ span.mat-slide-toggle-content { word-break: break-all; } +.project-form { + .ng-invalid{ + .mat-form-field-label { + line-height: 22px !important; + } + } + + .ng-valid .mat-form-field-label { + color: transparent !important; + } +} + .manage-roles, .project-form, .selection { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org