Skip to content

Commit

Permalink
fix(posts page): remove overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 19, 2023
1 parent 432629d commit bfac63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/posts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ definePageMeta({
v-if='titleForBody'
#text
>
<h2 class='truncate text-sm'>
<!-- TODO: Make tags and filters clickable so they open search menu -->
<h2 class='text-sm'>
<!-- TODO: Make tags and filters clickable so they open search menu, maybe reference the button, like a form does -->

{{ titleForBody }}
</h2>
Expand Down

0 comments on commit bfac63e

Please sign in to comment.