Skip to content

Commit

Permalink
feat: possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petterav committed Mar 19, 2024
1 parent 45a8c66 commit 1a70384
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@ const PluginInner = (propsFromParent: EnrollmentOverviewProps) => {
<QueryClientProvider
client={queryClient}
>
<div style={{
backgroundColor: 'white',
width: '100vw',
display: 'flex',
margin: 0,
padding: 0,
}}
<div
style={{
backgroundColor: 'white',
width: '100vw',
display: 'flex',
minWidth: 'fit-content',
margin: 0,
padding: 0,
}}
>
<div
style={{ width: '100%' }}
Expand Down

0 comments on commit 1a70384

Please sign in to comment.