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/06/15 07:57:09 UTC

[incubator-dlab] branch develop updated: grid fix

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 7e60054  grid fix
7e60054 is described below

commit 7e600540fb1a8796f2ee5f2a93ab2f01e307c6ed
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Mon Jun 15 10:56:48 2020 +0300

    grid fix
---
 .../app/resources/resources-grid/resources-grid.component.scss   | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
index d6c0556..d8a6f0b 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
@@ -102,14 +102,14 @@ table {
 
   .status-col,
   .shape-col {
-    width: 14%;
+    width: 15%;
     .label{
       padding-top: 14px;
     }
   }
 
   .tag-col {
-    width: 10%;
+    width: 13%;
 
     mat-chip {
       min-height: 20px;
@@ -125,7 +125,7 @@ table {
   }
 
   .resources-col {
-    width: 28%;
+    width: 32%;
     .label{
       padding-top: 14px;
     }
@@ -293,7 +293,8 @@ tr.detail-row {
 .settings {
   position: relative;
   text-align: right;
-  min-width: 5%;
+  min-width: 7%;
+  padding-right: 15px !important;
 
   .actions {
     background-image: url(../../../assets/svg/settings_icon.svg);


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