Skip to content

Commit

Permalink
IOS-7642: [Markets] Fix short description alignment (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andoran90 authored Sep 1, 2024
1 parent fc7ee30 commit 65143ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct TokenMarketsDetailsView: View {
ContentBlockSkeletons()
case .loaded(let model):
description(shortDescription: model.shortDescription, fullDescription: model.fullDescription)
.frame(maxWidth: .infinity)
.frame(maxWidth: .infinity, alignment: .leading)

portfolioView

Expand Down

0 comments on commit 65143ee

Please sign in to comment.