Set margin-bottom at 0 only for the last child of a tooltip element

This commit is contained in:
Franky Van Liedekerke 2020-05-07 06:52:03 +02:00 committed by GitHub
parent 21f563fdd5
commit 9aec56115e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
min-width: 350px
}
#tooltip-container .markdown p {
#tooltip-container .markdown p:last-child {
margin-bottom: 0
}