Skip to content

Commit 708633d

Browse files
committed
not(:first-child)
1 parent f16c67b commit 708633d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Lumi/Components/List.purs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ styles = jss
209209
, justifyContent: "flex-end"
210210
, alignItems: "center"
211211
}
212+
, "@media (max-width: 448px)":
213+
{ "& > lumi-list-row > lumi-list-row-cell:not(:first-child)":
214+
{ alignItems: "flex-end"
215+
}
216+
}
212217
}
213218
, "lumi-key-value-list":
214219
{ "& lumi-key-value-list-label":

0 commit comments

Comments
 (0)