fix(character-detail) 캐릭터 상세
- 화면이 좌우로 길어지면서 잘리던 버그 수정
This commit is contained in:
		@@ -28,6 +28,8 @@ struct DetailNavigationBar: View {
 | 
			
		||||
                Text(title)
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 18.3))
 | 
			
		||||
                    .foregroundColor(.grayee)
 | 
			
		||||
                    .lineLimit(1)
 | 
			
		||||
                    .truncationMode(.tail)
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
            Spacer()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user