Merge pull request #2117 from cryptpad/ctrl-e-modal-ui-fixes

Fix text overflow issues on Ctrl+E modal
This commit is contained in:
yflory 2026-02-04 15:27:52 +01:00 committed by GitHub
commit 8122c7ba05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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