diff --git a/mailhog/templates/index.go b/mailhog/templates/index.go index 7e611d5..f37e149 100644 --- a/mailhog/templates/index.go +++ b/mailhog/templates/index.go @@ -20,7 +20,7 @@ func Index() string { table tbody { overflow: scroll; } - table td { + table td, table th { padding: 2px 4px 2px 4px !important; } @@ -77,11 +77,11 @@ func Index() string {
-
+ {{ header }} - + - {{ value }} +
{{ v }}