diff --git a/components/user/Profile.vue b/components/user/Profile.vue index 7fb5c63c..58e71e0f 100644 --- a/components/user/Profile.vue +++ b/components/user/Profile.vue @@ -4,6 +4,7 @@ + @@ -30,7 +31,6 @@ {{ $t(`language.${language}`) }} - @@ -85,7 +85,10 @@ export default Vue.extend({ display: flex; gap: var(--spacing); align-items: center; - margin-block-end: var(--spacing); + + &:not(:last-child) { + margin-block-end: var(--spacing); + } > .username { margin: 0;