From 0b5cb611f4ea6daf42d168529eeb8f9aec28d150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=87avu=C5=9F?= <38227845+dgknca@users.noreply.github.com> Date: Thu, 26 Jan 2023 19:28:19 +0300 Subject: [PATCH] fix(#7): always prefer `minmax(0, 1fr)` instead of `1fr` (#22) --- apps/www/app/docs/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/app/docs/layout.tsx b/apps/www/app/docs/layout.tsx index b6269c6bd2..f134972faa 100644 --- a/apps/www/app/docs/layout.tsx +++ b/apps/www/app/docs/layout.tsx @@ -8,7 +8,7 @@ interface DocsLayoutProps { export default function DocsLayout({ children }: DocsLayoutProps) { return ( -