fix text overflow #2109

This commit is contained in:
daria 2025-11-27 13:10:32 +02:00
parent 2bafc1f92e
commit a55704b0a6
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -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),