diff --git a/frontend/app/styles/common.scss b/frontend/app/styles/common.scss index 81d3c6a6..c08fe75c 100644 --- a/frontend/app/styles/common.scss +++ b/frontend/app/styles/common.scss @@ -63,6 +63,11 @@ mat-form-field { margin-top: 16px; } +mat-option { + // Break word for long text to see full content + overflow-wrap: break-word; +} + @mixin overview-card { box-shadow: none !important; margin: 8px;