We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01f801 commit ecabbe7Copy full SHA for ecabbe7
website/src/components/ui/common/Breadcrumbs.tsx
@@ -8,7 +8,7 @@ export type BreadcrumbsProps = {
8
export const Breadcrumbs = ({ path }: BreadcrumbsProps) => {
9
return (
10
<nav class="flex justify-between px-3.5 py-1 border border-neutral-200/60 rounded-md">
11
- <ol class="inline-flex items-center mb-3 space-x-1 text-sm text-gray-600 sm:mb-0">
+ <ol class="inline-flex flex-wrap items-center space-x-1 text-sm text-gray-600">
12
<li class="flex items-center h-full">
13
<a href="/docs/" class="py-1 hover:text-gray-800 transition-colors">
14
<div class="w-4 h-4">
0 commit comments