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 {