Skip to content

Commit

Permalink
alignment fix between search bar and edit selections sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
SupeDeDupe committed Apr 16, 2019
1 parent 6451460 commit 68484a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/BB.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,18 @@ export class BB extends Component {
<SelectionsEditor t={t} store={store} url={url} />
</Grid>
<Grid id="mainContent" item md={8} xs={12}>
{/* <Grid container spacing={16}>
<Grid container spacing={16}>
<Grid item xs={12}>
{this.state.showDisabledCookieBanner ? (
{/* {this.state.showDisabledCookieBanner ? (
<DisabledCookiesBanner
t={t}
onClose={() =>
this.setState({ showDisabledCookieBanner: false })
}
/>
) : null}
) : null} */}
</Grid>
</Grid> */}
</Grid>
<BenefitsPane id="BenefitsPane" t={t} store={store} url={url} />
</Grid>
<Grid item xs={12}>
Expand Down

0 comments on commit 68484a8

Please sign in to comment.