Skip to content

Commit

Permalink
Stop > running on to next line
Browse files Browse the repository at this point in the history
  • Loading branch information
zemogle committed Nov 20, 2024
1 parent c0cb655 commit 1f7f74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ watch(
<div class="container">
<div class="columns is-vcentered">
<div class="column is-one-quarter">
<h1>Observe <FontAwesomeIcon icon="fa-solid fa-chevron-right" class="blue small" /></h1>
<h1 class="site-name">Observe<FontAwesomeIcon icon="fa-solid fa-chevron-right" class="blue small" /></h1>
</div>
<div class="column">
<div class="tabs is-left">
Expand Down
1 change: 1 addition & 0 deletions src/assets/ptr_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ nav {

h1.site-name {
overflow: visible;
white-space: nowrap;
}

.delete {
Expand Down

0 comments on commit 1f7f74c

Please sign in to comment.