Skip to content

Commit

Permalink
Merge pull request #120 from blooper20/develop
Browse files Browse the repository at this point in the history
♻️ 🩹 (jaewoo/develop) 검색결과 페이지에서 게시글 제목이 길어지면 제목이 안보이는 현상 수정
  • Loading branch information
woin2ee authored Oct 27, 2022
2 parents 1e4ab3a + 83ee2f7 commit d69fd19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Plinic/Views/Search/SearchViews/SearchResultView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,12 @@ struct SearchResultView: View {
label: {
VStack() {
ThumbnailView(imageUrl: post.plInfo.thumbnailImgURL ?? "defaultImg")
.frame(width: 170, height: 170)
Text("\(post.title)")
.foregroundColor(Color.white)
.fontWeight(.bold)
.font(.system(size: 15))
.frame(width: 170)
}//VStack
}
)
Expand Down

0 comments on commit d69fd19

Please sign in to comment.