From a55704b0a60a0fa5a2008b750360baa12e0da413 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:10:32 +0200 Subject: [PATCH] fix text overflow #2109 --- customize.dist/src/less2/include/drive.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 1ea26cd98..00f2b168c 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -101,7 +101,6 @@ margin: 8px 0; } svg { - margin: auto; margin: 18px 0; text-align: center; &.listonly { @@ -1062,7 +1061,10 @@ .cp-app-drive-new-name { color: @cp_drive-fg; + overflow: hidden; + text-overflow: ellipsis; white-space: nowrap; + max-width: 100%; } @media screen and (max-width: @browser_media-medium-screen),