You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/27 19:50:38 UTC

[incubator-ponymail-foal] branch master updated: tweak to allow variable height in key-value items

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 ac00459  tweak to allow variable height in key-value items
ac00459 is described below

commit ac00459b1af650b72a0cd26af4f86388647be053
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 27 14:50:33 2021 -0500

    tweak to allow variable height in key-value items
---
 webui/css/scaffolding.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 84d6b5b..635a08d 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -947,7 +947,6 @@ a .listview_email_threaded {
 .email_kv {
   width: 100%;
   float: left;
-  height: 16px;
   position: relative;
   min-width: 370px;
   background: #EEE;