From a76d85fe97bcbf2428cd7b15f13a3f75d7adb350 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 9 May 2020 09:59:59 +0000 Subject: [PATCH] Fix broken scoreboard tables for small screen widths --- xonstat/templates/scoreboard.mako | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index 88849c6..7bdf541 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -47,7 +47,7 @@ % if show_latency: - Ping + Ping % endif Nick Kills @@ -84,7 +84,7 @@ % if show_latency: - Ping + Ping % endif Nick Kills @@ -103,7 +103,7 @@ % if show_latency: - Ping + Ping % endif Nick Fastest Time @@ -136,7 +136,7 @@ % if show_latency: - Ping + Ping % endif Nick Kills @@ -155,7 +155,7 @@ % if show_latency: - Ping + Ping % endif Nick Kills @@ -173,7 +173,7 @@ % if show_latency: - Ping + Ping % endif Nick Kills @@ -214,7 +214,7 @@ % if show_latency: - Ping + Ping % endif Nick Goals @@ -231,7 +231,7 @@ % if show_latency: - Ping + Ping % endif Nick Laps -- 2.39.2