Skip to content

Commit

Permalink
Get text wrapping correctly FOR REAL this time
Browse files Browse the repository at this point in the history
  • Loading branch information
creativedrewy committed Aug 18, 2021
1 parent bb2c64c commit 9c6a9f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ fun DetailsScreen(
start.linkTo(parent.start)
}
.padding(
top = 8.dp
top = 8.dp,
end = 48.dp
),
text = loadedNft.name,
fontWeight = FontWeight.Medium,
Expand Down

0 comments on commit 9c6a9f0

Please sign in to comment.