Skip to content

Commit

Permalink
Set min width for search navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jun 26, 2024
1 parent d8e76b0 commit 9a2e4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/search-navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const links = computed(() => {

<template>
<div
class="m-2 flex h-fit flex-wrap gap-2 md:flex-col md:gap-4 md:pt-4 lg:mx-4 xl:m-4 xl:max-w-sm"
class="m-2 flex h-fit min-w-72 flex-wrap gap-2 md:flex-col md:gap-4 md:pt-4 lg:mx-4 xl:m-4 xl:max-w-sm"
>
<NuxtLink
v-for="link in links"
Expand Down

0 comments on commit 9a2e4f2

Please sign in to comment.