We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a36b4b commit df6facfCopy full SHA for df6facf
scss/_popover.scss
@@ -5,7 +5,7 @@
5
z-index: $zindex-popover;
6
display: block;
7
max-width: $popover-max-width;
8
- padding: 1px;
+ padding: $popover-inner-padding;
9
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
10
// So reset our font and text properties to avoid inheriting weird values.
11
@include reset-text();
scss/_variables.scss
@@ -606,6 +606,7 @@ $tooltip-arrow-color: $tooltip-bg !default;
606
607
// Popovers
608
609
+$popover-inner-padding: 1px !default;
610
$popover-bg: #fff !default;
611
$popover-max-width: 276px !default;
612
$popover-border-width: $border-width !default;
0 commit comments