Skip to content

Commit

Permalink
fix: remove extra spacing in aside component (#325)
Browse files Browse the repository at this point in the history
* fix: remove extra spacing in aside component

* chore: udpate example

* chore: update example and padding
  • Loading branch information
alisonjoseph authored Aug 13, 2019
1 parent dcc1678 commit 9841346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/example/src/pages/components/Aside.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The `<Aside>` component is a wrapper component that adds styling to make the tex
## Example

<Row>
<Column colMd={5} colLg={7} className="bx--type-expressive-heading-03">
<Column colMd={5} colLg={8} className="bx--type-expressive-heading-03">

It is more important than ever that we own our own ethos, make palpable our brand values, and incorporate an instantly identifiable IBMness in everything we do.

Expand All @@ -22,7 +22,7 @@ It is more important than ever that we own our own ethos, make palpable our bran
Aesthetic is defined as the philosophical theory or set of principles governing outward appearance or actions.

</Column>
<Column colSm={0} colMd={2} colLg={3} offsetMd={1} noGutterSm>
<Column colSm={0} colMd={2} colLg={3} noGutterSm>
<Aside>

**Good design is always good design.**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

:global(.#{$prefix}--row) .aside p {
@include carbon--type-style('body-long-01');
width: 75%;
width: 85%;
padding-right: $spacing-05;
}

Expand Down

1 comment on commit 9841346

@vercel
Copy link

@vercel vercel bot commented on 9841346 Aug 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.