From 4088e55c9fc1593d7ec0c91fb05095f317178221 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 15 Jul 2022 10:57:53 +0200 Subject: [PATCH] :bug: Fix problem with span overflow --- .../resources/styles/main/partials/sidebar-element-options.scss | 2 +- frontend/resources/styles/main/partials/sidebar-layers.scss | 2 +- frontend/resources/styles/main/partials/sidebar-sitemap.scss | 2 +- frontend/resources/styles/main/partials/sidebar.scss | 2 +- frontend/resources/styles/main/partials/viewer-header.scss | 2 +- frontend/resources/styles/main/partials/workspace-header.scss | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index ba53f45189..845e7a5ea4 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -92,7 +92,7 @@ color: $color-gray-20; font-size: $fs12; max-width: 75%; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } diff --git a/frontend/resources/styles/main/partials/sidebar-layers.scss b/frontend/resources/styles/main/partials/sidebar-layers.scss index 2b67b255d3..1b8e001c68 100644 --- a/frontend/resources/styles/main/partials/sidebar-layers.scss +++ b/frontend/resources/styles/main/partials/sidebar-layers.scss @@ -212,7 +212,7 @@ span.element-name { max-width: 75%; min-width: 40px; min-height: 16px; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; diff --git a/frontend/resources/styles/main/partials/sidebar-sitemap.scss b/frontend/resources/styles/main/partials/sidebar-sitemap.scss index ffc67c1371..3568ce3605 100644 --- a/frontend/resources/styles/main/partials/sidebar-sitemap.scss +++ b/frontend/resources/styles/main/partials/sidebar-sitemap.scss @@ -28,7 +28,7 @@ color: $color-gray-20; font-size: $fs12; max-width: 75%; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index 8ecf0266e7..92c7cce166 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -51,7 +51,7 @@ color: $color-gray-10; font-size: $fs14; max-width: 100%; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } diff --git a/frontend/resources/styles/main/partials/viewer-header.scss b/frontend/resources/styles/main/partials/viewer-header.scss index 1c64546ff9..11871eee23 100644 --- a/frontend/resources/styles/main/partials/viewer-header.scss +++ b/frontend/resources/styles/main/partials/viewer-header.scss @@ -150,7 +150,7 @@ color: $color-gray-20; margin-right: $size-1; font-size: $fs14; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } diff --git a/frontend/resources/styles/main/partials/workspace-header.scss b/frontend/resources/styles/main/partials/workspace-header.scss index d05041bf78..4102152f02 100644 --- a/frontend/resources/styles/main/partials/workspace-header.scss +++ b/frontend/resources/styles/main/partials/workspace-header.scss @@ -122,7 +122,7 @@ span { color: $color-white; font-size: $fs14; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap;