Skip to content

Commit

Permalink
[SDPA-3192] Added Wordwrap mixin and used in rpl_banner_title. (#551)
Browse files Browse the repository at this point in the history
* [SDPA-3192] Added Wordwrap mixin and used in rpl_banner_title.
  • Loading branch information
MdNadimHossain authored Oct 8, 2019
1 parent 458c744 commit 29d40c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/Organisms/HeroBanner/HeroBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export default {
&__title {
@include rpl_typography_ruleset($rpl-hero-banner-title-typography-ruleset);
@include rpl_text_color($rpl-hero-banner-title-color);
word-wrap: break-word;
margin: 0;
&--dark {
Expand Down

0 comments on commit 29d40c3

Please sign in to comment.