Skip to content

Commit ecabbe7

Browse files
committed
fix: SP環境でのパンくずリストのスタイルを修正
1 parent e01f801 commit ecabbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ui/common/Breadcrumbs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type BreadcrumbsProps = {
88
export const Breadcrumbs = ({ path }: BreadcrumbsProps) => {
99
return (
1010
<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">
11+
<ol class="inline-flex flex-wrap items-center space-x-1 text-sm text-gray-600">
1212
<li class="flex items-center h-full">
1313
<a href="/docs/" class="py-1 hover:text-gray-800 transition-colors">
1414
<div class="w-4 h-4">

0 commit comments

Comments
 (0)