TP-76356 | key value max line updated to 2 for long keys (#12072)

This commit is contained in:
Mehul Garg
2024-08-12 18:00:59 +05:30
committed by GitHub
parent 0704034030
commit f42f61f3aa

View File

@@ -485,6 +485,7 @@ fun RenderPayBillBox(
KeyValueTextSection(
modifier = Modifier.fillMaxWidth(),
key = param.displayName,
keyMaxLines = 2,
value = param.value
)
}