You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2019/12/26 11:47:15 UTC

[incubator-dlab] 01/01: [DLAB-1374]: Fixed label in 'Select user groups' drop down list

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 <di...@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-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org