From: Armaan Bhojwani Date: Tue, 6 Apr 2021 15:51:28 +0000 (-0400) Subject: Add max widths to log table X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=3aa669724218de28b011957f4f2e6afc85e998b6 Add max widths to log table --- 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; }