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
commit 7fc57e6330047149891e168b9f949d0d53527e7a Author: Daniel Gruno <[email protected]> AuthorDate: Wed Nov 10 21:42:22 2021 +0100 adjust scaffolding to account for TZ values in labels --- webui/css/scaffolding.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css index 90e3bfa..cb6b5df 100644 --- a/webui/css/scaffolding.css +++ b/webui/css/scaffolding.css @@ -531,16 +531,15 @@ a.dropdown-toggle { .listview_email_as { float: left; - width: calc(80% - 164px); + width: calc(80% - 200px); padding-left: 1%; padding-right: 1%; - } .listview_email_labels { float: right; - width: 180px; - min-width: 180px; + width: 220px; + min-width: 220px; text-align: right; position: absolute; right: 24px;
