Skip to content

Commit

Permalink
Update Header.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind authored Jun 6, 2024
1 parent 2c95f45 commit f4ff906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ul>
</li>
<li v-else>
<span class="nav-link text-primary" style="position: relative; max-width: calc(30vw); overflow: hidden; text-overflow: ellipsis;"><b>{{ $router.options.endpoint }}</b></span>
<span class="nav-link text-primary" style="position: relative; max-width: calc(30vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;"><b>{{ $router.options.endpoint }}</b></span>
</li>
<li class="nav-item">
<a class="nav-link" style="white-space: nowrap;" href="https://github.com/XRPLF/XRPL-Technical-Explorer" target="_blank"><i class="fab fa-github-square"></i><span class="ps-2">Source</span></a>
Expand Down

0 comments on commit f4ff906

Please sign in to comment.