mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 19:00:59 +00:00
Merge pull request #18325 from twbs/tooltip-a-nowrap
Prevent anchors in tooltip example from splitting across lines
This commit is contained in:
commit
0186ab5fff
1 changed files with 4 additions and 0 deletions
|
|
@ -266,6 +266,10 @@
|
|||
}
|
||||
|
||||
// Tooltips
|
||||
.tooltip-demo a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bd-example-tooltip-static .tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue