From bd7164dbba075d73315a9034e24b7addf4492427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 23 Dec 2020 00:11:49 +0100 Subject: [PATCH] fix missing underline on the last line of doc desc --- sdbs_pile/pile/static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdbs_pile/pile/static/main.css b/sdbs_pile/pile/static/main.css index 86aa423..3958a22 100755 --- a/sdbs_pile/pile/static/main.css +++ b/sdbs_pile/pile/static/main.css @@ -230,7 +230,7 @@ ul > li:before { padding-left: calc(20px + .5rem); line-height: 13pt; - max-height: 26pt; + max-height: 28pt; overflow: hidden; text-overflow: ellipsis; }