Commit 8be3af3e9b3263e2d42363a09aa9601688274c5f

Authored by Leonardo Merlin
1 parent 159c1afa

Fix #63 - Problema com palavras muito grandes.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -55,6 +55,8 @@
55 55 bottom: 140px;
56 56 font-size: 14px;
57 57 text-align: center;
  58 + word-break: break-word;
  59 + word-wrap: break-word;
58 60 }
59 61  
60 62 .show_body {
... ...