diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index 1be05ee90e..10f681d615 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -110,7 +110,6 @@ max-width: $tooltip-max-width; padding: $tooltip-padding-y $tooltip-padding-x; color: $tooltip-color; - text-align: center; background-color: $tooltip-bg; @include border-radius($tooltip-border-radius); }