From af37b2b2027815fb81d6e382420edcc3c4da4e9a Mon Sep 17 00:00:00 2001 From: hampoelz Date: Thu, 27 Jul 2023 08:49:58 +0000 Subject: [PATCH] fix: Text overflow in sidebar menu items --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index df6c79a11..f5d144007 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -1466,6 +1466,9 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-folders-system a.selectable { #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic:after, [dir="rtl"] #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic:before { content: 'SnappyMail-Settings'; + width: inherit; + overflow: hidden; + text-overflow: ellipsis; } [dir="rtl"] #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic:after { @@ -1478,6 +1481,9 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-folders-system a.selectable { #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn-group .btn.icon-folder-add:after { content: 'Create new folder'; + width: inherit; + overflow: hidden; + text-overflow: ellipsis; } html.rl-left-panel-disabled #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn-group .btn.fontastic:after,