You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/09/03 11:13:24 UTC

[incubator-dlab] 02/03: [DLAB-1069]: case insensitive group name on create validity check

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

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

commit fb947522ec011a1d1f0b3b5ccd8d5841423eaa8e
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Mon Sep 2 15:51:07 2019 +0300

    [DLAB-1069]: case insensitive group name on create validity check
---
 .../webapp/src/app/administration/roles/roles.component.scss        | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.scss b/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.scss
index aef38c3..b85e6d0 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.scss
@@ -60,12 +60,18 @@
     justify-content: center;
     flex-direction: column;
     text-align: center;
+    position: relative;
 
     input {
       width: 490px;
       align-self: center;
     }
 
+    .error {
+      position: absolute;
+      bottom: 2px;
+    }
+
     .caret {
       i {
         margin-top: 3px;


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