From a77fc5193ab11a5ef59c92de563cd656774313f9 Mon Sep 17 00:00:00 2001 From: nethew Date: Mon, 23 Oct 2017 12:13:03 +0200 Subject: [PATCH 1/3] Update style.css to solve too wide title column Solves too wide title column like in the case of https://www.pathofexile.com/forum/view-post/14987094 Also makes the title always on one line - nowrap, which keeps the line height always the same. You can reconsider this if you want to. --- server/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/static/style.css b/server/static/style.css index c03a29c..8ab50b4 100644 --- a/server/static/style.css +++ b/server/static/style.css @@ -197,6 +197,12 @@ td.icon img { transform: translate(-50%, -50%); } +td.title { + max-width: 450px; + overflow: hidden; + white-space: nowrap; +} + td.body { background-color: #262626; padding: 10px; From 76ac3a6859a7e84885d4674493e7cf2d128a4087 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 31 Oct 2017 21:00:20 -0500 Subject: [PATCH 2/3] remove nowrap for now --- server/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/server/static/style.css b/server/static/style.css index 8ab50b4..f319fe4 100644 --- a/server/static/style.css +++ b/server/static/style.css @@ -200,7 +200,6 @@ td.icon img { td.title { max-width: 450px; overflow: hidden; - white-space: nowrap; } td.body { From 5fdd5465eb62d582a557daf511abfa40049a6cf6 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 31 Oct 2017 21:00:53 -0500 Subject: [PATCH 3/3] update css cache buster --- server/index_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index_handler.go b/server/index_handler.go index 404cfb9..0b3df1f 100644 --- a/server/index_handler.go +++ b/server/index_handler.go @@ -11,7 +11,7 @@ var index = ` GGG Tracker - +