Skip to content

Commit

Permalink
[SDPA-3533] Added break word for rpl-list__text. (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain committed Dec 3, 2019
1 parent 17e4099 commit ebe1882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/Molecules/List/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default {
@include rpl_text_color($rpl-list-link-color);
display: table-cell;
padding: $rpl-list-text-padding;
word-break: break-word;
#{$root}--normal & {
@include rpl_typography_ruleset($rpl-list-text-normal-ruleset);
Expand Down

0 comments on commit ebe1882

Please sign in to comment.