fix: content overflow in width

This commit is contained in:
PandaDEV 2025-03-15 01:35:16 +01:00
parent 26c4df6039
commit 102ffe2fe3
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 7 additions and 5 deletions

View file

@ -47,7 +47,7 @@
<img :src="pageOgImage" alt="Image" class="image" />
</div>
<OverlayScrollbarsComponent v-else class="content">
<span>{{ selectedItem?.content || "" }}</span>
<span class="content-text">{{ selectedItem?.content || "" }}</span>
</OverlayScrollbarsComponent>
<OverlayScrollbarsComponent
class="information"