remove extra space at bottom of tool summary

develop
Myk 2022-08-13 13:32:45 -07:00 committed by GitHub
parent f9930b313a
commit b21fc8aa75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

@ -71,3 +71,7 @@ div.dfhack-tool-summary p {
margin-bottom: 0.5em;
line-height: 1em;
}
div.dfhack-tool-summary p:last-child {
margin-bottom: 0;
}