diff --git a/client/src/components/highlights/HighlightSidebar.vue b/client/src/components/highlights/HighlightSidebar.vue index cc55e8d2..d6024c56 100644 --- a/client/src/components/highlights/HighlightSidebar.vue +++ b/client/src/components/highlights/HighlightSidebar.vue @@ -174,7 +174,9 @@ const isOverflowing = computed(() => { &::after { content: '...'; position: absolute; - right: 10px; + background-color: inherit; + padding-right: 30px; + right: 0; bottom: 0; } }