Skip to content

Commit e1abb26

Browse files
committed
Remove container class for live template
1 parent ae0bed9 commit e1abb26

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/live.html.leex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<main role="main" class="container">
1+
<main role="main">
22
<p class="alert alert-info" role="alert"
33
phx-click="lv:clear-flash"
44
phx-value-key="info"><%= live_flash(@flash, :info) %></p>

0 commit comments

Comments
 (0)