forked from shibao/cannery
fix container style being applied
This commit is contained in:
parent
290b4b791d
commit
b86667da98
@ -1,4 +1,4 @@
|
||||
<main role="main" class="container min-h-full min-w-full">
|
||||
<main role="main" class="min-h-full min-w-full">
|
||||
<header>
|
||||
<.topbar current_user={assigns[:current_user]}></.topbar>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<main class="mb-8 container min-w-full">
|
||||
<main class="mb-8 min-w-full">
|
||||
<header>
|
||||
<.topbar current_user={assigns[:current_user]}></.topbar>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user