Merge pull request #3921 from edumoreira1506/fix/card-description

Fix card description overflow
This commit is contained in:
Javier Martín
2020-02-18 14:47:45 +01:00
committed by GitHub

View File

@@ -2769,6 +2769,7 @@ table {
&.description {
color: $text;
word-wrap: break-word;
}
}
}