File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ const AddLinkInput = ({ folderList }: FolderListData) => {
3535 } ;
3636
3737 return (
38- < div className = "flex bg-white items-center w-full lg:max-w-[800px] md:max-w-[704px] sm:max-w-[325px] h-[69px] lg:px-5 md:px-5 sm:px-[10px] border border-blue-500 rounded-[10px] md:w-[704px] sm:w-[325px] sm:h-[53px] transition-all" >
38+ < div className = "flex bg-white justify-between items-center w-full lg:max-w-[800px] md:max-w-[704px] sm:max-w-[325px] h-[69px] lg:px-5 md:px-5 sm:px-[10px] border border-blue-500 rounded-[10px] md:w-[704px] sm:w-[325px] sm:h-[53px] transition-all" >
3939 < Image src = "/icons/link.svg" width = { 20 } height = { 20 } alt = "link icon" />
4040 < input
4141 onChange = { handleChange }
4242 onKeyDown = { handleKeyDown }
4343 value = { link }
4444 placeholder = "링크를 추가해 보세요."
45- className = "flex-grow lg:ml-3 md:ml-3 sm:ml-[8px]"
45+ className = "lg:ml-3 md:ml-3 sm:ml-[8px]"
4646 />
4747 < SubmitButton
4848 onClick = { handleClick }
You can’t perform that action at this time.
0 commit comments