fix(challenges): fix display issues, fixes #10397

This commit is contained in:
Matteo Pagliazzi
2018-05-29 19:25:43 +02:00
parent 6e7b9f1f93
commit 0e3496395c
2 changed files with 4 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
line-height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
word-break: break-word;
}
</style>