Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Jul 30, 2019
1 parent 4589467 commit 75ccae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Row, Column } from '../Grid';

const Accordion = ({ className, ...rest }) => (
<Row>
<Column colLg={8}>
<Column noGutterSm colLg={8}>
<CarbonAccordion {...rest} className={cx(className, accordion)} />
</Column>
</Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@
color: $inverse-01;
@include carbon--type-style('code-02');
width: calc(100% + 2rem);
@include carbon--breakpoint('md') {
width: calc(75% - 1rem);
}
@include carbon--breakpoint('lg') {
width: calc(66.667% - 1rem);
width: calc(67% + 1rem);
}
}

Expand Down

0 comments on commit 75ccae0

Please sign in to comment.