2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix tooltip margin to be stick at their caller

This commit is contained in:
Johann-S
2017-05-12 16:08:51 +02:00
parent cc455c16c3
commit 2b403819b7
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -696,7 +696,7 @@ $tooltip-bg: $black !default;
$tooltip-opacity: .9 !default;
$tooltip-padding-y: 3px !default;
$tooltip-padding-x: 8px !default;
$tooltip-margin: 3px !default;
$tooltip-margin: 0 !default;
$tooltip-arrow-width: 5px !default;
$tooltip-arrow-color: $tooltip-bg !default;