diff --git a/src/views/t-post.vue b/src/views/t-post.vue index 0d15fa9d..f31c91e4 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -376,9 +376,10 @@ onUnmounted(() => { /* extra */ .tp-post-extra { display: flex; + flex-wrap: wrap; align-items: center; justify-content: start; - column-gap: 10px; + gap: 5px 10px; } /* collection */