Skip to content

Commit c013796

Browse files
authored
List, fix alignment on mobile (#100)
List, fix alignment on mobile
2 parents b8e3a67 + 708633d commit c013796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/List.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ styles = jss
210210
, alignItems: "center"
211211
}
212212
, "@media (max-width: 448px)":
213-
{ "& > lumi-list-row > lumi-list-row-cell":
213+
{ "& > lumi-list-row > lumi-list-row-cell:not(:first-child)":
214214
{ alignItems: "flex-end"
215215
}
216216
}

0 commit comments

Comments
 (0)