From a16a80ca524c7f8e60ec83951bab7a446b55a31e Mon Sep 17 00:00:00 2001
From: Mattias Wadman <mattias.wadman@gmail.com>
Date: Wed, 30 Aug 2017 00:04:36 +0200
Subject: [PATCH] Make filename column fill out space (#1848)

---
 caddyhttp/browse/setup.go | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/caddyhttp/browse/setup.go b/caddyhttp/browse/setup.go
index 0abf728ef..046a6d3a3 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,