Skip to content

Commit

Permalink
🐛 fix: 월급일 입력 Input prefix ui 줄 바꿈 수정 #127
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Nov 21, 2024
1 parent 09020b6 commit c8fe3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Input = ({

return (
<div
className={`w-full flex gap-2 items-center justify-between text-left body-2 border rounded-xl ${inputStyler(currentStatus)} bg-white py-[10px] pl-4 pr-[14px]`}
className={`w-full flex gap-2 whitespace-nowrap items-center justify-between text-left body-2 border rounded-xl ${inputStyler(currentStatus)} bg-white py-[10px] pl-4 pr-[14px]`}
>
{/* 접두사가 존재할 경우 표시합니다. */}
{isPrefix && <div className="w-8 body-2 text-[#464646]">{prefix}</div>}
Expand Down

0 comments on commit c8fe3c5

Please sign in to comment.