Merge "[CredManUi] Left center notes." into udc-dev

This commit is contained in:
Helen Qin
2023-03-09 18:04:52 +00:00
committed by Android (Google) Code Review

View File

@@ -560,7 +560,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)