fix missing underline on the last line of doc desc

This commit is contained in:
Tomáš Mládek 2020-12-23 00:11:49 +01:00
parent 20b077baf7
commit bd7164dbba

View file

@ -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;
}