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 2020/01/02 08:59:53 UTC

[incubator-dlab] branch develop updated: [DLAB-1420]: Fixed endpoint grid after visiting of manage libraries popup (#514)

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 c01174f  [DLAB-1420]: Fixed endpoint grid after visiting of manage libraries popup (#514)
c01174f is described below

commit c01174feee5f15c82c9d332dcf55712e472cf48d
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Thu Jan 2 10:59:12 2020 +0200

    [DLAB-1420]: Fixed endpoint grid after visiting of manage libraries popup (#514)
---
 .../install-libraries.component.scss               | 32 ++++++++++++----------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.scss b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.scss
index bc55374..e90d26a 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.scss
@@ -374,29 +374,31 @@ mat-chip.mat-chip:not(.mat-basic-chip) {
   padding-top: 7px;
   padding-bottom: 3px;
 }
+.endpoints-dialog{
+  .mat-dialog-container.mat-dialog-container #dialog-box  {
+    .mat-header-cell{
+      padding: 0;
+      border: none;
+    }
 
-.mat-dialog-container.mat-dialog-container #dialog-box  {
-  .mat-header-cell{
-    padding: 0;
-    border: none;
-  }
-
-  .filter-actions {
-    display: flex;
+    .filter-actions {
+      display: flex;
 
-    .btn {
-      padding: 6px;
-      height: auto;
-      width: auto;
-      min-width: 0;
+      .btn {
+        padding: 6px;
+        height: auto;
+        width: auto;
+        min-width: 0;
 
-      .mat-button-wrapper {
-        display: flex;
+        .mat-button-wrapper {
+          display: flex;
+        }
       }
     }
   }
 }
 
+
 .install-libraries .dropdown-multiselect .list-menu li {
   a{
     font-size: 13px;


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