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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to