diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index ba53f4518..845e7a5ea 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 2b67b255d..1b8e001c6 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 ffc67c137..3568ce360 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 8ecf0266e..92c7cce16 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 1c64546ff..11871eee2 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 d05041bf7..4102152f0 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;