0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

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

View File

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