stagit

Personal stagit fork
git clone git://git.alexwennerberg.com/stagit
Log | Files | Refs | README | LICENSE

commit 3aa669724218de28b011957f4f2e6afc85e998b6
parent 8f65829007317deedf8832d44025bc5c9affc419
Author: Armaan Bhojwani <me@armaanb.net>
Date:   Tue,  6 Apr 2021 11:51:28 -0400

Add max widths to log table

Diffstat:
Mresources/style.css | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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; }