Skip to content

Commit 4fcd202

Browse files
committed
fix CommentListView title align left
1 parent 8ec12a2 commit 4fcd202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

V2exOS/Views/TopicDetail/CommentListView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ struct CommentListView: View {
7676
}
7777
}
7878
}
79+
.frame(maxWidth: .infinity, alignment: .leading)
7980
}
8081
}
8182

0 commit comments

Comments
 (0)