enhance: add extra-padding-y tooltip theme

This commit is contained in:
Devon Zuegel
2021-11-16 21:14:08 -05:00
parent 6f312d5e20
commit 2289e771c2

View File

@@ -661,3 +661,8 @@
.tippy-hover {
cursor: pointer;
}
.tippy-popper .tippy-tooltip.extra-padding-y .py-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}