Skip to content

Commit

Permalink
fix mobile view
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <[email protected]>
  • Loading branch information
maxwolfs committed May 14, 2024
1 parent cf2f9db commit 443e2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ArchitecturalModel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ArchitecturalModel: React.FunctionComponent<ArchitecturalModelProps> = (
<h5 style={{ marginBottom: 0 }}>SCS Component Map</h5>
</div>
)}
<div style={{ display: 'flex' }}>
<div style={{ display: 'flex', flexWrap: 'wrap' }}>
<div
style={{ padding: '8px 8px 8px 8px', margin: '0 0 0 0' }}
className={`${styles.bottom} col col--3`}>
Expand Down

0 comments on commit 443e2a4

Please sign in to comment.