mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: content overflow in width
This commit is contained in:
parent
26c4df6039
commit
102ffe2fe3
2 changed files with 7 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue