Skip to content

Commit

Permalink
[SDPA-4924] Fix Link text doesn't wrap in accordions (#964)
Browse files Browse the repository at this point in the history
* [SDPA-4924] Fix text icon  doesn't wrap
  • Loading branch information
mayurngondhkar authored Jun 2, 2021
1 parent a74ac38 commit 9196ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/Atoms/Icon/TextIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
.rpl-text-icon {
&__group {
white-space: nowrap;
white-space: normal;
}
&--before {
Expand Down

0 comments on commit 9196ecc

Please sign in to comment.