From a6d20202a746df9ce9176694ab1f78807e3ec4d6 Mon Sep 17 00:00:00 2001 From: kilo Date: Mon, 26 Jun 2017 09:43:32 +0200 Subject: [PATCH] change torrent fixed height to min-height (#1076) it was fine for torrents that were two lines high but i suspect it would've broken 3 lines high (or 4+) torrents --- public/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index 3447b2a1..14d6655a 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -553,7 +553,7 @@ input#show-filelist:checked ~ #filelist { .table-filelist { width: 100%; } -tr.torrentinfo { height: 38px; } +tr.torrentinfo { min-height: 38px; } .tr-filelist { --nest-level: 0; }