Skip to content

Commit

Permalink
fix: v2 퀵가이드에서 사이즈가 줄어들경우 래이아웃이 찌그러지는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeJee committed Dec 22, 2024
1 parent e08a156 commit 117830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/docs/InteractiveDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function InteractiveDocs(
const isHybridSelected = createMemo(() => !Array.isArray(selectedLanguage()));
return (
<div class="grid grid-cols-[1fr_1.2fr] grid-rows-[auto_1fr] flex-1 gap-y-2">
<div class="sticky top-26 col-span-2 min-h-12 flex items-center gap-3 from-white bg-gradient-to-r px-6">
<div class="sticky top-26 col-span-2 min-h-12 flex items-center gap-3 from-white bg-gradient-to-r px-6 flex-wrap">

Check failure on line 24 in src/layouts/docs/InteractiveDocs.tsx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

UnoCSS utilities are not ordered
<div class="rounded-md text-xs text-slate-5 font-medium">
결제대행사
</div>
Expand Down

0 comments on commit 117830a

Please sign in to comment.