Commit 29dc2c9c62a26becff683f1ca8365abee43979f2
1 parent
01c49eb1
Exists in
master
and in
8 other branches
Fixed word-break in links.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
@@ -5,8 +5,8 @@ | @@ -5,8 +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 | + // word-wrap: break-word; |
9 | + // word-break: break-all; | ||
10 | } | 10 | } |
11 | .bloco-destaque { | 11 | .bloco-destaque { |
12 | background-color: $color; | 12 | background-color: $color; |