Skip to content

Commit

Permalink
Fix text alingment
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Sep 19, 2024
1 parent eec3afb commit 27b95fa
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,10 @@ private fun CampaignImpressionsRow(
onBudgetChangeFinished: () -> Unit,
modifier: Modifier = Modifier
) {
Column(
modifier = modifier,
horizontalAlignment = Alignment.Start
) {
Column(modifier = modifier) {
Row(
modifier = Modifier
.fillMaxWidth()
.clickable { onImpressionsInfoTapped() }
.padding(top = 8.dp, bottom = 8.dp, end = 8.dp),
verticalAlignment = Alignment.CenterVertically,
Expand Down

0 comments on commit 27b95fa

Please sign in to comment.