Skip to content

Commit

Permalink
chore: modify overflow behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Feb 25, 2024
1 parent 018621a commit d2e531a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/ItemPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const displayingLink = computed(() => {
</h2>
<p
v-if="settings.displayingItemText.value"
class="overflow-x-auto"
v-html="item.text"
/>
<ul class="list-none">
Expand Down Expand Up @@ -95,11 +96,6 @@ h2 {
transition: 0.4s;
}
code {
line-break: anywhere;
white-space: normal;
}
a,
li {
display: flex;
Expand Down

0 comments on commit d2e531a

Please sign in to comment.