Skip to content

Commit

Permalink
fix(callout-quote): adjust grid classes for calloutquote story
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Wen committed Oct 27, 2020
1 parent c1e45ba commit 682119a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// Copyright IBM Corp. 2020
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

.dds-ce-demo-devenv--container {
padding: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { html } from 'lit-element';
import '../callout-quote';
import ArrowRight20 from 'carbon-web-components/es/icons/arrow--right/20.js';
import textNullable from '../../../../.storybook/knob-text-nullable';
import styles from './callout-quote.stories.scss';
import readme from './README.stories.mdx';

export const Default = ({ parameters }) => {
Expand Down Expand Up @@ -56,9 +57,12 @@ export default {
},
decorators: [
story => html`
<style>
${styles}
</style>
<div class="bx--grid" style="width: 100%">
<div class="bx--row">
<div class="bx--offset-lg-3 bx--col-lg-9">
<div class="bx--offset-lg-4 bx--col-lg-12">
${story()}
</div>
</div>
Expand Down

0 comments on commit 682119a

Please sign in to comment.