mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Docs: add margin between buttons in tooltip examples
This commit is contained in:
parent
e071e914ce
commit
f97149a4af
@ -208,8 +208,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user