Commit 788b0359 authored by Clement Ho's avatar Clement Ho

Fix feature highlight

parent c0a029bd
...@@ -24,7 +24,7 @@ export function setupFeatureHighlightPopover(id, debounceTimeout = 300) { ...@@ -24,7 +24,7 @@ export function setupFeatureHighlightPopover(id, debounceTimeout = 300) {
template: ` template: `
<div class="popover feature-highlight-popover" role="tooltip"> <div class="popover feature-highlight-popover" role="tooltip">
<div class="arrow"></div> <div class="arrow"></div>
<div class="popover-content"></div> <div class="popover-body"></div>
</div> </div>
`, `,
}) })
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
border-right-color: $dropdown-border-color; border-right-color: $dropdown-border-color;
} }
.popover-content { .popover-body {
padding: 0; padding: 0;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment