Skip to content

Commit

Permalink
made a JupyterHubHeader story more wide
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Paulen committed Dec 18, 2024
1 parent 3957853 commit c6158b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
component: JupyterHubHeader,
decorators: [
(Story) => (
<div style={{ border: "1px solid #ccc", width: "400px" }}>
<div style={{ border: "1px solid #ccc", width: "100vw" }}>
<Story />
</div>
),
Expand Down

0 comments on commit c6158b1

Please sign in to comment.