Skip to content

Commit

Permalink
kint5-document LinksContainer에 적용된 왼/오른쪽 마진 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehyeon48 committed Oct 13, 2023
1 parent 571c430 commit 79126c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kint5-document/src/elements/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { useLinkClickHandler } from '../prop-context/link-click-handler'
import ResourceList from './shared/resource-list'

const LinksContainer = styled.div<{ compact?: boolean }>`
margin: ${({ compact }) => (compact ? '0' : '0 30px')};
margin-top: ${({ compact }) => (compact ? '10px' : '20px')};
margin-bottom: ${({ compact }) => (compact ? '-10px' : '-20px')};
Expand Down

0 comments on commit 79126c4

Please sign in to comment.