Skip to content

Commit

Permalink
Fix card description overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Moreira committed Feb 18, 2020
1 parent 4e906b2 commit 4071a81
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 4071a81

Please sign in to comment.