1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02: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

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;