Commit 535b898f authored by Jiaan Louw's avatar Jiaan Louw Committed by Phil Hughes

Report Widgets Core: Fix collapse button border

parent ab8d113a
......@@ -178,9 +178,11 @@ export default {
:widget="$options.label || $options.name"
:tertiary-buttons="tertiaryActionsButtons"
/>
<div class="gl-border-l-1 gl-border-l-solid gl-border-gray-100 gl-ml-3 gl-pl-3 gl-h-6">
<div
v-if="isCollapsible"
class="gl-border-l-1 gl-border-l-solid gl-border-gray-100 gl-ml-3 gl-pl-3 gl-h-6"
>
<gl-button
v-if="isCollapsible"
v-gl-tooltip
:title="collapseButtonLabel"
:aria-expanded="`${!isCollapsed}`"
......
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