diff --git a/mailhog/templates/index.go b/mailhog/templates/index.go index 296cfe3..765e236 100644 --- a/mailhog/templates/index.go +++ b/mailhog/templates/index.go @@ -26,15 +26,12 @@ func Index() string { background: #eee; } table#headers { - margin-bottom: 2px; + margin-bottom: 1px; background: #eee; } #content .nav>li>a { padding: 5px 8px; } - #content { - padding: 0px 2px; - } .preview #headers tbody td { width: 100%; } @@ -50,10 +47,20 @@ func Index() string { white-space: pre; font-family: Courier New, Courier, System, fixed-width; } - .tab-content { - padding: 3px; + .preview .tab-content { + padding: 0; + overflow-y: scroll; } +