Skip to content

Commit d506d2e

Browse files
authored
Make fluid container
1 parent aefe260 commit d506d2e

File tree

1 file changed

+1
-1
lines changed
  • DotNetSyntaxTreeVisualizer/ClientApp/src/components

1 file changed

+1
-1
lines changed

DotNetSyntaxTreeVisualizer/ClientApp/src/components/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class Layout extends Component {
99
return (
1010
<div>
1111
<NavMenu />
12-
<Container>
12+
<Container fluid="{true}">
1313
{this.props.children}
1414
</Container>
1515
</div>

0 commit comments

Comments
 (0)