]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: add margin between buttons in tooltip examples
authorJulien Déramond <juderamond@gmail.com>
Mon, 14 Nov 2022 07:30:46 +0000 (08:30 +0100)
committerMark Otto <otto@github.com>
Mon, 14 Nov 2022 17:32:14 +0000 (09:32 -0800)
site/assets/scss/_component-examples.scss

index 8f39b2209a3628b623daf51cfadda898f0edd757..0d8460a14df99cd320847c8061c1da6215d232a7 100644 (file)
 }
 
 // Tooltips
-.tooltip-demo a {
-  white-space: nowrap;
+.tooltip-demo {
+  a {
+    white-space: nowrap;
+  }
+
+  .btn {
+    margin: .25rem .125rem;
+  }
 }
 
 // scss-docs-start custom-tooltip