diff --git a/src/views/topic/components/Content.vue b/src/views/topic/components/Content.vue index 22859adc..9adf809f 100644 --- a/src/views/topic/components/Content.vue +++ b/src/views/topic/components/Content.vue @@ -30,7 +30,6 @@ const content = computed(() => props.content) color: var(--kungalgame-font-color-3); border: none !important; padding: 0 10px; - margin-top: 17px; overflow-x: auto; } diff --git a/src/views/topic/components/KUNGalgamerInfo.vue b/src/views/topic/components/KUNGalgamerInfo.vue index 4f9d2e0f..6339cf14 100644 --- a/src/views/topic/components/KUNGalgamerInfo.vue +++ b/src/views/topic/components/KUNGalgamerInfo.vue @@ -72,6 +72,7 @@ const user = computed(() => props.user) justify-content: center; margin-top: 17px; font-size: 17px; + word-break: break-word; a { color: var(--kungalgame-blue-5);