8000 fix: bug very large screen · SRWieZ/fork-nativephp.com@9838f1d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9838f1d

Browse files
committed
fix: bug very large screen
1 parent e4154c6 commit 9838f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/layout-three-columns.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<x-layout :hasMenu="! empty($sidebarLeft)">
22
<main class="overflow-hidden lg:flex lg:flex-1 lg:flex-col">
33

4-
<div class="w-full max-w-8xl mx-auto px-4 sm:px-6 md:px-8">
4+
<div class="max-w-8xl mx-auto px-4 sm:px-6 md:px-8">
55
<main class="overflow-hidden lg:flex lg:flex-1 lg:flex-col">
66

77
@if(!empty($sidebarLeft))

0 commit comments

Comments
 (0)
0