Skip to content

Commit

Permalink
Merge pull request consuldemocracy#3921 from edumoreira1506/fix/card-…
Browse files Browse the repository at this point in the history
…description

Fix card description overflow
  • Loading branch information
javierm committed Feb 18, 2020
2 parents 3c7a815 + 7092189 commit a2c3d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,7 @@ table {

&.description {
color: $text;
word-wrap: break-word;
}
}
}
Expand Down

0 comments on commit a2c3d2d

Please sign in to comment.