Skip to content

Commit 8ff9485

Browse files
committed
cleanup
1 parent 152ee6f commit 8ff9485

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Lumi/Components/List.purs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,11 @@ styles = jss
180180
, minHeight: "calc(48px + 1px)"
181181
, padding: "6px 0"
182182
, borderTop: [ "1px", "solid", cssStringHSLA colors.black4 ]
183-
, "@media (max-width: 860px)":
184-
{ flexFlow: "column"
185-
}
186183
, "& > lumi-list-row-cell":
187184
{ boxSizing: "border-box"
188185
, display: "flex"
189186
, flexFlow: "column"
190187
, justifyContent: "center"
191-
, alignItems: "flex-start"
192188
, flex: "1"
193189
, maxWidth: "100%"
194190
}

0 commit comments

Comments
 (0)