]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Prevent anchors in tooltip example from splitting across lines 18325/head
authorChris Rebert <code@chrisrebert.com>
Tue, 24 Nov 2015 08:15:17 +0000 (00:15 -0800)
committerChris Rebert <code@chrisrebert.com>
Mon, 30 Nov 2015 07:54:13 +0000 (23:54 -0800)
So as to decrease the number of future inquiries about said edge case (which is already documented).
Refs #18304
[skip sauce]

docs/assets/scss/_component-examples.scss

index 5135c532151635542b018d7012238c28dd9a4de7..4416c2328b1587ff71485bf80c264fe3f54ec222 100644 (file)
 }
 
 // Tooltips
+.tooltip-demo a {
+  white-space: nowrap;
+}
+
 .bd-example-tooltip-static .tooltip {
   position: relative;
   display: inline-block;