Skip to content

Commit

Permalink
[fix] cssのモバイル向けに調整
Browse files Browse the repository at this point in the history
  • Loading branch information
TkymHrt committed Nov 24, 2024
1 parent 5324f71 commit 5b8465b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function BudgetManagement({ departments, divisions, items }: Budg
</select>
</div>
</div>
<div className='flex flex-col gap-1 md:flex-row md:gap-3'>
<div className='w-full md:w-fit flex flex-col gap-1 md:flex-row md:gap-3 mt-2'>
<PrimaryButton className='w-full md:w-fit'>CSVダウンロード</PrimaryButton>
<AddButton className='w-full md:w-fit'>{title}登録</AddButton>
</div>
Expand Down

0 comments on commit 5b8465b

Please sign in to comment.