diff --git a/packages/frontend/editor-ui/src/components/AssignmentCollection/AssignmentCollection.vue b/packages/frontend/editor-ui/src/components/AssignmentCollection/AssignmentCollection.vue index 32ff7a4ae8..e983293bc1 100644 --- a/packages/frontend/editor-ui/src/components/AssignmentCollection/AssignmentCollection.vue +++ b/packages/frontend/editor-ui/src/components/AssignmentCollection/AssignmentCollection.vue @@ -244,7 +244,11 @@ function optionSelected(action: string) { min-height: 24px; > span { - white-space: nowrap; + word-wrap: break-word; + overflow-wrap: break-word; + word-break: break-word; + white-space: normal; + max-width: 100%; } }