Skip to content

Commit

Permalink
fix: increase window height of plugin slot to allow for full profile …
Browse files Browse the repository at this point in the history
…plugin view
  • Loading branch information
jsnwesson committed Oct 17, 2023
1 parent cc9f6fd commit 38566b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ exports[`WidgetSidebar snapshots default 1`] = `
}
style={
Object {
"height": 400,
"height": 700,
}
}
>
<div
key="default"
>
This is default plugin content.
</div>
</injectIntl(ShimmedIntlComponent)>
/>
</div>
</div>
`;
6 changes: 2 additions & 4 deletions src/containers/WidgetContainers/LoadedSidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ export const WidgetSidebar = ({ setSidebarShowing }) => {
title: 'example plugins',
}}
style={{
height: 400,
height: 700,
}}
>
<div key="default">This is default plugin content.</div>
</PluginSlot>
/>
</div>
</div>
);
Expand Down

0 comments on commit 38566b6

Please sign in to comment.