Set margin-bottom at 0 only for the last child of a tooltip element
This commit is contained in:
committed by
GitHub
parent
21f563fdd5
commit
9aec56115e
@@ -16,7 +16,7 @@
|
||||
min-width: 350px
|
||||
}
|
||||
|
||||
#tooltip-container .markdown p {
|
||||
#tooltip-container .markdown p:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user