Commit b310f41d44b90b8617bbf5a152c98ab36e833e8c
1 parent
2c0d17c8
Exists in
master
and in
10 other branches
Fix word-break in links.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
@@ -5,6 +5,8 @@ | @@ -5,6 +5,8 @@ | ||
5 | font-weight: 300; | 5 | font-weight: 300; |
6 | .proposal-detail-base a { | 6 | .proposal-detail-base a { |
7 | color: $color; | 7 | color: $color; |
8 | + word-wrap: break-word; | ||
9 | + word-break: break-all; | ||
8 | } | 10 | } |
9 | .bloco-destaque { | 11 | .bloco-destaque { |
10 | background-color: $color; | 12 | background-color: $color; |