Skip to content

Commit acfaa6c

Browse files
committed
Review: Remove minHeight from Column because it is already applied on the embedded Row
1 parent f85fb36 commit acfaa6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/orange/ouds/core/component/OudsListItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ internal fun OudsListItem(
276276
}
277277

278278
Column(
279-
modifier = modifier.sizeIn(minWidth = this.size.minWidth, minHeight = minHeight(size))
279+
modifier = modifier.sizeIn(minWidth = this.size.minWidth)
280280
) {
281281
Row(
282282
modifier = clickableModifier

0 commit comments

Comments
 (0)