Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
remove container-fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Feb 20, 2018
1 parent be703e4 commit dd58aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppView/AppView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class AppView extends React.Component<IAppViewProps, IAppViewState> {
return (
<section className="AppView padding-b-big">
<main>
<div className="container container-fluid">
<div className="container">
<div className="row collapse-b-tablet">
<div className="col-3">
<ChartInfo app={app} />
Expand Down

0 comments on commit dd58aa3

Please sign in to comment.