You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yt...@apache.org on 2021/06/11 07:55:38 UTC

[incubator-datalab] branch DATALAB-2432 created (now cb8de1c)

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

ytykhun pushed a change to branch DATALAB-2432
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at cb8de1c  [DATALAB-2432] removed space under the grid for project termination dialog

This branch includes the following new commits:

     new cb8de1c  [DATALAB-2432] removed space under the grid for project termination dialog

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


[incubator-datalab] 01/01: [DATALAB-2432] removed space under the grid for project termination dialog

Posted by yt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ytykhun pushed a commit to branch DATALAB-2432
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit cb8de1c37a7df10a670354352ee9036aad86b5fb
Author: Yurii Tykhun <ty...@gmail.com>
AuthorDate: Fri Jun 11 10:55:13 2021 +0300

    [DATALAB-2432] removed space under the grid for project termination dialog
---
 .../install-libraries.component.scss               | 59 ++++++++++++----------
 1 file changed, 31 insertions(+), 28 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 7cdcb34..1333fd5 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
@@ -218,35 +218,38 @@ mat-chip.mat-chip:not(.mat-basic-chip) {
 .mat-dialog-container {
   position: relative;
 }
-.mat-list {
-  width: 100%;
-  overflow-y: auto;
-  position: relative;
-  height: 350px;
-  padding-top: 0;
-  margin-top: 8px;
-
-  .list-header{
-    line-height: 40px;
-    position: sticky;
-    top: 0;
-    z-index: 99;
-    background-color: #fff;
-  }
-
-  .filter-row{
-    position: sticky;
-    top: 56px;
-    z-index: 99;
-    background-color: #fff;
-  }
-
 
-  .scrollingList {
-    .info {
-      p {
-        text-align: center;
-        padding: 40px;
+.libs-info {
+  .mat-list {
+    width: 100%;
+    overflow-y: auto;
+    position: relative;
+    height: 350px;
+    padding-top: 0;
+    margin-top: 8px;
+  
+    .list-header{
+      line-height: 40px;
+      position: sticky;
+      top: 0;
+      z-index: 99;
+      background-color: #fff;
+    }
+  
+    .filter-row{
+      position: sticky;
+      top: 56px;
+      z-index: 99;
+      background-color: #fff;
+    }
+  
+  
+    .scrollingList {
+      .info {
+        p {
+          text-align: center;
+          padding: 40px;
+        }
       }
     }
   }

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