From babb1fe2d667122f1a2d6bc5f8dcdb1eba1e71ed Mon Sep 17 00:00:00 2001 From: Natty Date: Wed, 11 Oct 2023 01:21:18 +0200 Subject: [PATCH] Frontend: Nicer wrapping for the nameColumn, but actually in the correct place --- .../frontend/client/src/pages/user/home.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/fe_calckey/frontend/client/src/pages/user/home.vue b/fe_calckey/frontend/client/src/pages/user/home.vue index f4d33c4..6638e61 100644 --- a/fe_calckey/frontend/client/src/pages/user/home.vue +++ b/fe_calckey/frontend/client/src/pages/user/home.vue @@ -563,12 +563,7 @@ onUnmounted(() => { color: #fff; > .nameColumn { - display: flex; - flex-wrap: wrap; - align-items: center; - flex-direction: row; - justify-content: center; - gap: 0.5em 0.1em; + display: block; > .name { margin: 0; @@ -832,7 +827,15 @@ onUnmounted(() => { } > .title { - display: block; + > .nameColumn { + display: flex; + flex-wrap: wrap; + align-items: center; + flex-direction: row; + justify-content: center; + gap: 0.5em 0.1em; + } + border-bottom: 0; padding-bottom: 0; > .bottom {