We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b8efa commit 92b8ee4Copy full SHA for 92b8ee4
src/app/(pages)/mypage/components/sections/ScrapsSection.tsx
@@ -128,7 +128,7 @@ export default function ScrapsSection() {
128
<div className="space-y-4">
129
{/* 필터 드롭다운 섹션 */}
130
<div className="w-full border-b border-line-100">
131
- <div className="mx-auto flex max-w-screen-xl items-center justify-between gap-2 py-4">
+ <div className="mx-auto flex max-w-screen-xl items-center justify-between gap-2 px-6 py-4">
132
<div className="flex items-center gap-2">
133
<FilterDropdown
134
options={filterPublicOptions.map((option) => option.label)}
0 commit comments