mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #2117 from cryptpad/ctrl-e-modal-ui-fixes
Fix text overflow issues on Ctrl+E modal
This commit is contained in:
commit
8122c7ba05
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user