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 { ...@@ -178,9 +178,11 @@ export default {
:widget="$options.label || $options.name" :widget="$options.label || $options.name"
:tertiary-buttons="tertiaryActionsButtons" :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 <gl-button
v-if="isCollapsible"
v-gl-tooltip v-gl-tooltip
:title="collapseButtonLabel" :title="collapseButtonLabel"
:aria-expanded="`${!isCollapsed}`" :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