Skip to content

Commit 2d945b8

Browse files
authored
Grow first column for list (#6275)
1 parent a2533a8 commit 2d945b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/templates/phx_web/components/core_components.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
380380
~H"""
381381
<ul class="list">
382382
<li :for={item <- @item} class="list-row">
383-
<div>
383+
<div class="list-col-grow">
384384
<div class="font-bold">{item.title}</div>
385385
<div>{render_slot(item)}</div>
386386
</div>

0 commit comments

Comments
 (0)