Skip to content

Commit

Permalink
fix(Spacing): flex 안이 아니더라도 제대로 간격을 표현하도록 수정 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon authored Mar 27, 2022
1 parent 9a1ea84 commit a2718a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Spacing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Spacing = ({ size }: Props) => {
<div
css={{
width: 0,
display: 'inline-block',
display: 'block',
height: size,
}}
/>
Expand Down

0 comments on commit a2718a7

Please sign in to comment.