[CredManUi] Left center notes.

Bug: 272364806
Test: manual (see bug for screenshots)
Change-Id: I9759ac49568c29dc37d4ba36d21cbd9344f55c77
This commit is contained in:
Helen Qin
2023-03-09 02:15:40 +00:00
parent 198a157fbf
commit c06012bd87

View File

@@ -559,7 +559,11 @@ fun CreationSelectionCard(
modifier = Modifier.padding(vertical = 16.dp)
)
}
item { BodySmallText(text = createOptionInfo.footerDescription) }
item {
Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
BodySmallText(text = createOptionInfo.footerDescription)
}
}
}
}
onLog(CreateCredentialEvent.CREDMAN_CREATE_CRED_CREATION_OPTION_SELECTION)