Set margin-bottom at 0 only for the last child of a tooltip element
This commit is contained in:
parent
21f563fdd5
commit
9aec56115e
File diff suppressed because one or more lines are too long
|
|
@ -16,7 +16,7 @@
|
|||
min-width: 350px
|
||||
}
|
||||
|
||||
#tooltip-container .markdown p {
|
||||
#tooltip-container .markdown p:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue