Skip to content

Commit ca8768a

Browse files
authored
Fix mobile view of architectual overview (#198)
* fix mobile view Signed-off-by: Max Wolfs <[email protected]> * fix dir name for osism docs Signed-off-by: Max Wolfs <[email protected]> --------- Signed-off-by: Max Wolfs <[email protected]>
1 parent cf2f9db commit ca8768a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs.package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"repo": "osism/osism.github.io",
10-
"source": "docs/guides/operations-guide/openstack/day2-operations/*",
10+
"source": "docs/guides/operations-guide/openstack/tools/*",
1111
"target": "docs/02-iaas/components",
1212
"label": ""
1313
},

src/components/ArchitecturalModel.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const ArchitecturalModel: React.FunctionComponent<ArchitecturalModelProps> = (
4747
<h5 style={{ marginBottom: 0 }}>SCS Component Map</h5>
4848
</div>
4949
)}
50-
<div style={{ display: 'flex' }}>
50+
<div style={{ display: 'flex', flexWrap: 'wrap' }}>
5151
<div
5252
style={{ padding: '8px 8px 8px 8px', margin: '0 0 0 0' }}
5353
className={`${styles.bottom} col col--3`}>

0 commit comments

Comments
 (0)