Skip to content

Commit

Permalink
Merge pull request #826 from droptica/ISSUE-3312223-fix-word-break
Browse files Browse the repository at this point in the history
Issue #3312223 Fix word break
  • Loading branch information
grzegorz-pietrzak-droptica authored Sep 28, 2022
2 parents 06078eb + 3c71406 commit 3c121a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $d-p-single-text-box-grid-large-padding: $grid-gutter-width !default;
.content-wrapper {
position: relative;
z-index: 2;
word-break: break-all;
hyphens: manual;
}

.d-p-text-block {
Expand Down

0 comments on commit 3c121a4

Please sign in to comment.