mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +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
|
||||
.tooltip-demo a {
|
||||
white-space: nowrap;
|
||||
.tooltip-demo {
|
||||
a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin: .25rem .125rem;
|
||||
}
|
||||
}
|
||||
|
||||
// scss-docs-start custom-tooltip
|
||||
|
|
|
|||
Loading…
Reference in a new issue