mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-19 09:21:06 +00:00
Docs: add margin between buttons in tooltip examples
This commit is contained in:
parent
e071e914ce
commit
f97149a4af
1 changed files with 8 additions and 2 deletions
|
|
@ -208,8 +208,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
.tooltip-demo a {
|
.tooltip-demo {
|
||||||
white-space: nowrap;
|
a {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
margin: .25rem .125rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// scss-docs-start custom-tooltip
|
// scss-docs-start custom-tooltip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue