Skip to content

Commit

Permalink
fix(ExploreSection): force break in title
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 31, 2024
1 parent 181c0c5 commit bf1ae22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/sections/ExploreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
tag="h2"
scope="global"
>
<br />
<span class="text-black-950">{{ $t('explore.title.witnet') }}</span>
<span class="text-black-950 break-keep inline-block">{{
$t('explore.title.witnet')
}}</span>
</i18n-t>
</div>

Expand Down

0 comments on commit bf1ae22

Please sign in to comment.