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/10 16:08:15 UTC

[incubator-datalab] 01/01: [DATALAB-2185]: Fixed action in gear menu and calendar on Safari

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

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

commit b996fee760f8355ad5163e946fb09afe565b0741
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Dec 10 18:07:27 2020 +0200

    [DATALAB-2185]: Fixed action in gear menu and calendar on Safari
---
 .../app/administration/project/project-list/project-list.component.scss | 2 +-
 .../app/reports/reporting/reporting-grid/reporting-grid.component.scss  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss
index 7fe6613..9f0ad31 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss
@@ -141,7 +141,7 @@ td.settings {
 }
 
 .list-menu{
-  min-width: 190px;
+  min-width: 205px;
 }
 
 .project-endpoint-name{
diff --git a/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.scss b/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.scss
index ebdafb0..82fa8e1 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.scss
@@ -17,7 +17,6 @@
  * under the License.
  */
 .billing-page-wrapper{
-  position: relative;
   height: calc(100vh - 130px);
   scroll-behavior: smooth;
   margin-left: -15px;


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