From c9582b5281e0a8cd2210114b343b3e90cbbf632f Mon Sep 17 00:00:00 2001 From: SturgeonFish <17040-SturgeonFish@users.noreply.gitgud.io> Date: Tue, 12 Jan 2021 20:30:19 -0800 Subject: [PATCH] Update style.css to fix log table column width --- gulp/res/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 721f8b79..2ccdb85c 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -500,11 +500,14 @@ th { color: var(--alt-font-color, --font-color) } +.fw td, .fw th { + width: 15%; /*Fixes log tables when large actions are taken*/ +} + td, th { padding: 5px; /*word-break: break-all;*/ overflow-wrap: anywhere; - width: 15%; /*Fixes log tables when large actions are taken*/ } td pre {