Skip to content

Commit

Permalink
fix(quote): adjust quote grid classes in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Wen committed Oct 26, 2020
1 parent 7b6d21b commit c1e45ba
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 { boolean, select } from '@storybook/addon-knobs';
import { html } from 'lit-element';
import ArrowRight20 from 'carbon-web-components/es/icons/arrow--right/20.js';
import { QUOTE_TYPES } from '../quote';
import styles from './quote.stories.scss';
import '../../link-with-icon/link-with-icon';
import textNullable from '../../../../.storybook/knob-text-nullable';

Expand Down Expand Up @@ -51,9 +52,12 @@ export default {
title: 'Components/Quote',
decorators: [
story => html`
<style>
${styles}
</style>
<div class="bx--grid">
<div class="bx--row">
<div class="bx--col-lg-8 bx--offset-lg-4">
<div class="bx--offset-lg-4 bx--col-lg-12">
${story()}
</div>
</div>
Expand Down

0 comments on commit c1e45ba

Please sign in to comment.