Skip to content

Commit

Permalink
Merge pull request #478 from esslamben/breadcrumb-text-should-wrap
Browse files Browse the repository at this point in the history
added flex-wrap to breadcrumb component so li's go on to the next line
  • Loading branch information
andrewtavis authored Oct 18, 2023
2 parents 5b6727d + 76c2ad9 commit 37442d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/page/PageBreadcrumbs.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<nav :aria-label="$t('components.page-breadcrumbs.aria-label')">
<ul class="flex flex-row text-sm md:text-base">
<ul class="flex flex-row flex-wrap text-sm md:text-base">
<li
v-for="(breadcrumb, index) in displayBreadcrumbs"
:key="index"
Expand Down

0 comments on commit 37442d3

Please sign in to comment.