1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02: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

View File

@@ -208,8 +208,14 @@
}
// Tooltips
.tooltip-demo a {
white-space: nowrap;
.tooltip-demo {
a {
white-space: nowrap;
}
.btn {
margin: .25rem .125rem;
}
}
// scss-docs-start custom-tooltip