diff --git a/frontend_nuxt/pages/users/[id].vue b/frontend_nuxt/pages/users/[id].vue index 3bb503924..95fc1c959 100644 --- a/frontend_nuxt/pages/users/[id].vue +++ b/frontend_nuxt/pages/users/[id].vue @@ -223,17 +223,15 @@ @@ -981,6 +979,15 @@ watch(selectedTab, async (val) => { flex-direction: row; gap: 10px; padding-top: 5px; + justify-content: space-between; + align-items: center; +} + +.tags-container-item { + display: flex; + flex-direction: row; + gap: 5px; + align-items: center; } .timeline-tag-title {