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 15:07:58 UTC

[incubator-dlab] branch develop updated: [DLAB-1374]: Fixed label in 'Select user groups' drop down list (#508)

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7b6887f  [DLAB-1374]: Fixed label in 'Select user groups' drop down list (#508)
7b6887f is described below

commit 7b6887f0f76fef26f6d38ebae5ba1738bed28a06
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Thu Dec 26 17:07:51 2019 +0200

    [DLAB-1374]: Fixed label in 'Select user groups' drop down list (#508)
---
 .../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