This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 436d03c  tweak label sizes
436d03c is described below

commit 436d03cd19375a8ac37e430dee660438677130dc
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Dec 14 17:18:46 2021 +0100

    tweak label sizes
---
 webui/css/scaffolding.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index a435ab8..8e60c00 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -542,11 +542,11 @@ a.dropdown-toggle {
 
 .listview_email_labels {
   float: right;
-  width: 220px;
-  min-width: 220px;
+  width: 240px;
+  min-width: 240px;
   text-align: right;
   position: absolute;
-  right: 24px;
+  right: 8px;
 }
 
 .email_unread {

Reply via email to