Skip to content

Commit

Permalink
Merge branch 'main' into feat/185-extend-test-guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmo committed May 17, 2024
2 parents c2afff8 + ca8768a commit 15c8763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"repo": "osism/osism.github.io",
"source": "docs/guides/operations-guide/openstack/day2-operations/*",
"source": "docs/guides/operations-guide/openstack/tools/*",
"target": "docs/02-iaas/components",
"label": ""
},
Expand Down
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 15c8763

Please sign in to comment.