fix container style being applied
This commit is contained in:
		| @@ -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> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user