From 4d38b4f3c655a3c994b15b29cb576ed49c24b4a0 Mon Sep 17 00:00:00 2001 From: Kevin Rueda <65484407+RuedaKV@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:43:31 -0600 Subject: [PATCH] fixed anchor tag width issue --- frontend/src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) 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; +}