diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 9da7b15..760c8b8 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -43,4 +43,8 @@ export default { #b-toaster-top-right { margin-top: 5em; } + +a { + word-break: break-all; +}