Skip to content

Commit

Permalink
Merge pull request #3921 from edumoreira1506/fix/card-description
Browse files Browse the repository at this point in the history
Fix card description overflow
  • Loading branch information
javierm committed Feb 18, 2020
2 parents 377c24f + 9f948c1 commit 36eb2f8
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 36eb2f8

Please sign in to comment.