Skip to content

Commit dabc5f8

Browse files
authored
fix: 희망 도메인 레이블과 셀렉트 버튼 row 배치 문제 해결
> 프로필 등록 폼에서 희망 도메인 레이블과 셀렉트 버튼이 row로 배치되어 레이아웃 깨짐 현상 > 프로필 등록 폼 희망 도메인 섹션 sm:flex-row 제거
2 parents a6a50ec + 7b40a7d commit dabc5f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/recruits/ProfileForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function ProfileForm({
126126
</div>
127127
</div>
128128

129-
<div className="flex flex-col justify-between gap-3 sm:flex-row">
129+
<div className="flex flex-col justify-between gap-3">
130130
<div className="grid w-full gap-3">
131131
<div className="flex items-center gap-1">
132132
<Asterisk size={12} className="text-blue-500" />

0 commit comments

Comments
 (0)