diff --git a/app/assets/stylesheets/admin/polls/questions/options/table.scss b/app/assets/stylesheets/admin/polls/questions/options/table.scss index 381f959df..6fd2f40a7 100644 --- a/app/assets/stylesheets/admin/polls/questions/options/table.scss +++ b/app/assets/stylesheets/admin/polls/questions/options/table.scss @@ -7,7 +7,7 @@ } &.description { - word-break: break-word; + overflow-wrap: anywhere; } } diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 22532dbbd..347b84124 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -316,7 +316,7 @@ } .budget-investment-show p { - word-break: break-word; + overflow-wrap: anywhere; } .proposal-show,