Skip to content

Commit

Permalink
Docs: add margin between buttons in tooltip examples
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Nov 14, 2022
1 parent e071e91 commit f97149a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f97149a

Please sign in to comment.