From 3aa669724218de28b011957f4f2e6afc85e998b6 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 6 Apr 2021 11:51:28 -0400 Subject: [PATCH] Add max widths to log table --- resources/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/style.css b/resources/style.css index 7ae5c3d..360ba5e 100644 --- a/resources/style.css +++ b/resources/style.css @@ -70,6 +70,14 @@ table td { white-space: normal; } +#log tr td:nth-child(3) { + max-width: 35ch; +} + +#log tr td:nth-child(2) { + max-width: 65ch; +} + .desc { color: #928374; } -- 2.39.2