Skip to content

Commit

Permalink
fix: Releases content overflow (#537)
Browse files Browse the repository at this point in the history
* fix: Releases content overflow

* 🐛 (releases) only apply overflow-x-hidden

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>
  • Loading branch information
bdrtsky and Tahul committed Jul 7, 2021
1 parent 05ae645 commit 115d75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/components/templates/Releases.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ProseH2>
<span class="text-sm font-normal text-gray-500">{{ formatDate($i18n.local, release) }}</span>
</div>
<DocusContent :document="release" class="docus-content" />
<DocusContent :document="release" class="docus-content overflow-x-hidden" />
</div>
</div>

Expand Down

0 comments on commit 115d75c

Please sign in to comment.