Skip to content

Commit

Permalink
fix(CalloutQuote): adjust grid (#3209)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

Pattern: Callout Quote: Misalignment to grid - #2399

### Description

### Changelog

**Changed**

-calloutquote component grid hang.

<!-- Deploy Previews are enabled by applying the following labels for the corresponding package: -->
<!-- *** "package: react": React -->
<!-- *** "package: web components": Web Components -->
<!-- *** "package: vanilla": Vanilla -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive, React (Expressive) -->
<!-- *** "RTL": React (RTL) -->
<!-- *** "feature flag": React (experimental) -->
  • Loading branch information
ariellalgilmore committed Jul 20, 2020
1 parent a840727 commit 9098b1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/styles/scss/components/callout-quote/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@
@import '../../globals/imports';
@import '../../internal/callout/callout';
@import '../quote/quote';
@import '../../globals/utils/hang';

@mixin callout-quote {
.#{$prefix}--callout-quote {
@include carbon--breakpoint('md') {
@include hang;
}
}
}

@include exports('callout-quote') {
@include callout-quote;
}

0 comments on commit 9098b1e

Please sign in to comment.