2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Docs: add margin between buttons in tooltip examples

This commit is contained in:
Julien Déramond
2022-11-14 08:30:46 +01:00
committed by Mark Otto
parent e071e914ce
commit f97149a4af
+7 -1
View File
@@ -208,10 +208,16 @@
} }
// Tooltips // Tooltips
.tooltip-demo a { .tooltip-demo {
a {
white-space: nowrap; white-space: nowrap;
} }
.btn {
margin: .25rem .125rem;
}
}
// scss-docs-start custom-tooltip // scss-docs-start custom-tooltip
.custom-tooltip { .custom-tooltip {
--bs-tooltip-bg: var(--bs-primary); --bs-tooltip-bg: var(--bs-primary);