From d1039cbcb778eddb8c2d17ace12b647df3fea686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Thu, 1 Jun 2023 07:15:36 +0000 Subject: [PATCH] fix: Too small messageList min-width --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 339ceb9c8..4a973c4fc 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -1052,7 +1052,7 @@ input[type="checkbox"]:checked, } #rl-app #V-MailMessageList .messageList { - min-width: 350px; + min-width: 360px; } #rl-app .thm-message-list-top-toolbar,