Commit 0186ab5f authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #18325 from twbs/tooltip-a-nowrap

Prevent anchors in tooltip example from splitting across lines
parents 5a6a1287 4a51f28e
Showing with 4 additions and 0 deletions
+4 -0
......@@ -266,6 +266,10 @@
}
// Tooltips
.tooltip-demo a {
white-space: nowrap;
}
.bd-example-tooltip-static .tooltip {
position: relative;
display: inline-block;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment