Skip to content

Commit

Permalink
test: fix acceptance and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Dec 11, 2023
1 parent a5128ad commit b3d4ee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web-pkg/src/components/SideBar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
<slot name="header" />
</div>
<div class="sidebar-panel__body" :class="[`sidebar-panel__body-${panel.name}`]">
<div :class="{ 'sidebar-panel__body-content-stretch': !panel.isRoot?.(panelContext) }">
<div
class="sidebar-panel__body-content"
:class="{ 'sidebar-panel__body-content-stretch': !panel.isRoot?.(panelContext) }"
>
<slot name="body">
<component
:is="panel.component"
Expand Down

0 comments on commit b3d4ee4

Please sign in to comment.