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:21:40 UTC

[incubator-datalab] branch DATALAB-2192 created (now 667d95a)

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

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


      at 667d95a  [DATALAB-2192]: Fixes header  on List of resources if scroll down

This branch includes the following new commits:

     new 667d95a  [DATALAB-2192]: Fixes header  on List of resources if scroll down

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-2192]: Fixes header on List of resources if scroll down

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

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

commit 667d95abd9a1f9a15f4207476d76463e0de63892
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Fri Dec 18 11:20:55 2020 +0200

    [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