Skip to content

Commit

Permalink
fix: header text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHillierDev committed Dec 19, 2024
1 parent 3a26fab commit 6dd93cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/ArticlesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ const clearProductFilter = () => {
<section
class="rounded-2xl bg-blue-50 p-4 shadow-md dark:bg-slate-900 dark:text-gray-100 dark:shadow-inner"
>
<h2 class="mb-6 flex items-center gap-2 text-2xl font-semibold">
<h2
class="mb-6 flex flex-wrap items-center gap-2 text-2xl font-semibold"
>
Articles for {{ countryName }}
<span v-if="productFilter"> - {{ productFilter }} </span>
<button
Expand Down

0 comments on commit 6dd93cb

Please sign in to comment.