TP-76356 | key value max line updated to 2 for long keys (#12072)
This commit is contained in:
@@ -485,6 +485,7 @@ fun RenderPayBillBox(
|
||||
KeyValueTextSection(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
key = param.displayName,
|
||||
keyMaxLines = 2,
|
||||
value = param.value
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user