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/04/28 13:43:22 UTC

[incubator-datalab] 01/01: [DATALAB-2377] increased width of cost column on List of resources page

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

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

commit d7f6b44a140c9197c7aea4fcc0a001de1133f770
Author: Yurii Tykhun <ty...@gmail.com>
AuthorDate: Wed Apr 28 16:42:53 2021 +0300

    [DATALAB-2377] increased width of cost column on List of resources page
---
 .../src/app/resources/resources-grid/resources-grid.component.scss    | 4 ++--
 1 file changed, 2 insertions(+), 2 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 d9675a7..98e3d45 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
@@ -160,11 +160,11 @@ table.resources {
   }
 
   .resources-col {
-    width: 32%;
+    width: 30%;
   }
 
   .cost-col {
-    width: 10%;
+    width: 12%;
     justify-content: space-between;
   }
 

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