We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2f9db commit ca8768aCopy full SHA for ca8768a
docs.package.json
@@ -7,7 +7,7 @@
7
},
8
{
9
"repo": "osism/osism.github.io",
10
- "source": "docs/guides/operations-guide/openstack/day2-operations/*",
+ "source": "docs/guides/operations-guide/openstack/tools/*",
11
"target": "docs/02-iaas/components",
12
"label": ""
13
src/components/ArchitecturalModel.tsx
@@ -47,7 +47,7 @@ const ArchitecturalModel: React.FunctionComponent<ArchitecturalModelProps> = (
47
<h5 style={{ marginBottom: 0 }}>SCS Component Map</h5>
48
</div>
49
)}
50
- <div style={{ display: 'flex' }}>
+ <div style={{ display: 'flex', flexWrap: 'wrap' }}>
51
<div
52
style={{ padding: '8px 8px 8px 8px', margin: '0 0 0 0' }}
53
className={`${styles.bottom} col col--3`}>
0 commit comments