You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/12/18 09:22:47 UTC

[incubator-datalab] branch develop updated: [DATALAB-2192]: Fixes header on List of resources if scroll down (#1016)

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-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 91f02c8  [DATALAB-2192]: Fixes header on List of resources if scroll down (#1016)
91f02c8 is described below

commit 91f02c849bea776d4e035ca999eea894cdd3072a
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Fri Dec 18 11:22:40 2020 +0200

    [DATALAB-2192]: Fixes header on List of resources if scroll down (#1016)
    
    [DATALAB-2192]: Fixes header on List of resources if scroll down
---
 .../src/app/resources/resources-grid/resources-grid.component.scss      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6ef7e50..68dcbbe 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
@@ -360,7 +360,7 @@ table.resources {
   min-width: 190px;
 }
 
-.settings {
+.settings:not(.label-header) {
   position: relative;
   text-align: right;
   width: 6%;


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