Skip to content

Commit a53c836

Browse files
committed
fix: DIFF 탭 파일 목록 패널 레이아웃 및 텍스트 잘림 수정
1 parent a90cdaa commit a53c836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/PRReviewPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ export function PRReviewPanel({ prData, onClose, onMergePR }: PRReviewPanelProps
14541454
key={file.id}
14551455
type="button"
14561456
onClick={() => setActiveFileId(file.id)}
1457-
className="rounded-xl p-3 text-left transition-all"
1457+
className="w-full min-w-0 overflow-hidden rounded-xl p-3 text-left transition-all"
14581458
style={{
14591459
background: isActive ? "rgba(32, 227, 255, 0.10)" : "transparent",
14601460
border: isActive ? "1px solid rgba(57, 255, 136, 0.28)" : "1px solid transparent",

0 commit comments

Comments
 (0)