Prevent anchors in tooltip example from splitting across lines

So as to decrease the number of future inquiries about said edge case (which is already documented).
Refs #18304
[skip sauce]
This commit is contained in:
Chris Rebert 2015-11-24 00:15:17 -08:00
parent 74ddd041b5
commit 4a51f28e2c
1 changed files with 4 additions and 0 deletions

View File

@ -266,6 +266,10 @@
}
// Tooltips
.tooltip-demo a {
white-space: nowrap;
}
.bd-example-tooltip-static .tooltip {
position: relative;
display: inline-block;