Skip to content

Commit 09351fb

Browse files
authored
Merge pull request #174 from part3-4team-Taskify/feature/Gnb
[Style] edit: 모바일 레이아웃 깨짐, 패딩 값 조절
2 parents 597e69d + 615a5bc commit 09351fb

File tree

1 file changed

+1
-1
lines changed
  • src/pages/dashboard/[dashboardId]

1 file changed

+1
-1
lines changed

src/pages/dashboard/[dashboardId]/edit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function EditDashboard() {
6969
<HeaderDashboardEdit variant="edit" dashboardId={dashboardId} />
7070

7171
<div
72-
className="overflow-auto flex-1 px-[50px] pt-[10px] pb-10"
72+
className="overflow-auto flex-1 px-[20px] pt-[10px] pb-10"
7373
style={{ backgroundColor: "var(--color-gray5)" }}
7474
>
7575
<div className="mt-6">

0 commit comments

Comments
 (0)