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
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
|||||||
min-width: 350px
|
min-width: 350px
|
||||||
}
|
}
|
||||||
|
|
||||||
#tooltip-container .markdown p {
|
#tooltip-container .markdown p:last-child {
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user