Skip to content

Commit

Permalink
fix: 전략 관리 페이지 CSS 수정 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-meryoung committed Dec 9, 2024
1 parent 468aa5d commit dcf0dc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/admin/AdminStrategiesControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,9 @@ const formBoxStyle = css`
.options {
display: flex;
gap: 8px;
flex-wrap: wrap;
width: 1000px;
gap: 16px;
}
.file-box {
Expand Down

0 comments on commit dcf0dc0

Please sign in to comment.