Skip to content

Commit

Permalink
Fix breadcrum size
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed May 8, 2023
1 parent c69e0cf commit 99d75b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/otus/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<div
class="flex flex-col-reverse md:flex-row justify-between items-start"
>
<VSkeleton class="w-4/4 md:w-3/4">
<VSkeleton class="w-full md:w-3/4">
<Breadcrumb
v-if="isReady"
class="w-4/4 md:w-3/4"
class="w-full md:w-3/4"
:list="otu?.parents || {}"
:current="taxon"
/>
Expand Down

0 comments on commit 99d75b4

Please sign in to comment.