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
221ac861
Commit
221ac861
authored
11 years ago
by
Tobias Lindig
Browse files
Options
Download
Email Patches
Plain Diff
use @popover-arrow-width for offset the popover to account for the popover arrow
parent
535cd575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/popovers.less
+4
-4
less/popovers.less
with
4 additions
and
4 deletions
+4
-4
less/popovers.less
+
4
-
4
View file @
221ac861
...
@@ -23,10 +23,10 @@
...
@@ -23,10 +23,10 @@
white-space: normal;
white-space: normal;
// Offset the popover to account for the popover arrow
// Offset the popover to account for the popover arrow
&.top { margin-top: -
10px
; }
&.top { margin-top: -
@popover-arrow-width
; }
&.right { margin-left:
10px
; }
&.right { margin-left:
@popover-arrow-width
; }
&.bottom { margin-top:
10px
; }
&.bottom { margin-top:
@popover-arrow-width
; }
&.left { margin-left: -
10px
; }
&.left { margin-left: -
@popover-arrow-width
; }
}
}
.popover-title {
.popover-title {
...
...
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