Add word-break: break-word to .sortable-tasks class to prevent links and words to get out of the task box (#10495)

This commit is contained in:
Vinicius
2018-07-12 17:10:23 -03:00
committed by Sabe Jones
parent 6972eb8f8f
commit abc0777412

View File

@@ -81,6 +81,10 @@
min-height: 556px;
}
.sortable-tasks {
word-break: break-word;
}
.sortable-tasks + .reward-items {
margin-top: 16px;
}