1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Alternate fix to #19006: Add a single variable for controlling that inner 1px padding on .popover

This commit is contained in:
Mark Otto
2016-05-12 11:12:22 -07:00
parent 2a36b4b320
commit df6facf66e
2 changed files with 2 additions and 1 deletions

View File

@@ -606,6 +606,7 @@ $tooltip-arrow-color: $tooltip-bg !default;
// Popovers
$popover-inner-padding: 1px !default;
$popover-bg: #fff !default;
$popover-max-width: 276px !default;
$popover-border-width: $border-width !default;