Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0186ab5f
Commit
0186ab5f
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #18325 from twbs/tooltip-a-nowrap
Prevent anchors in tooltip example from splitting across lines
parents
5a6a1287
4a51f28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_component-examples.scss
+4
-0
docs/assets/scss/_component-examples.scss
with
4 additions
and
0 deletions
+4
-0
docs/assets/scss/_component-examples.scss
+
4
-
0
View file @
0186ab5f
...
...
@@ -266,6 +266,10 @@
}
// Tooltips
.tooltip-demo
a
{
white-space
:
nowrap
;
}
.bd-example-tooltip-static
.tooltip
{
position
:
relative
;
display
:
inline-block
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment