mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
74ddd041b5
commit
4a51f28e2c
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