diff --git a/caddyhttp/browse/setup.go b/caddyhttp/browse/setup.go index 0abf728e..046a6d3a 100644 --- a/caddyhttp/browse/setup.go +++ b/caddyhttp/browse/setup.go @@ -222,11 +222,16 @@ th svg { } td { + white-space: nowrap; font-size: 14px; } td:first-child { - width: 50%; + width: 100%; +} + +td:nth-child(2) { + padding: 0 20px 0 20px; } th:last-child,