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:14 UTC

[incubator-dlab] branch DLAB-1374 created (now e9aa9b8)

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

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


      at e9aa9b8  [DLAB-1374]: Fixed label in 'Select user groups' drop down list

This branch includes the following new commits:

     new e9aa9b8  [DLAB-1374]: Fixed label in 'Select user groups' drop down list

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


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

Posted by dg...@apache.org.
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