Skip to content

Commit

Permalink
fix: increase plugin slot window (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnwesson authored Oct 17, 2023
2 parents 9c8629f + 38566b6 commit a91d539
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@edx/browserslist-config": "^1.1.0",
"@edx/frontend-component-footer": "^12.2.1",
"@edx/frontend-enterprise-hotjar": "^2.0.0",
"@edx/frontend-platform": "^5.1.0",
"@edx/frontend-platform": "^5.5.4",
"@edx/paragon": "^20.44.0",
"@edx/react-unit-test-utils": "^1.7.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
Expand Down
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 a91d539

Please sign in to comment.