Commit 18d5786b22770d12ea9dbd9351df91d513c259e6

Authored by Leonardo Merlin
1 parent 70531878

Fix #199 - force break words on proposal .abstract

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
sass/_proposal_detail.scss
@@ -623,6 +623,8 @@ @@ -623,6 +623,8 @@
623 overflow-y: auto; 623 overflow-y: auto;
624 max-height: 190px; 624 max-height: 190px;
625 margin-bottom: 10px; 625 margin-bottom: 10px;
  626 + word-break: break-word;
  627 + word-wrap: break-word;
626 628
627 @media only screen and (max-width: 1048px) { 629 @media only screen and (max-width: 1048px) {
628 max-height: 140px; 630 max-height: 140px;