Skip to content

Commit

Permalink
fix: story 간 padding 통일해요
Browse files Browse the repository at this point in the history
  • Loading branch information
te6-in committed Nov 28, 2024
1 parent 5f3d2d3 commit cfde86f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"Noto Color Emoji";
}

body.sb-show-main.sb-main-padded {
padding: 16px;
}

table {
border-collapse: collapse;
width: 100%;
Expand Down
3 changes: 2 additions & 1 deletion docs/stories/components/variant-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export const VariantTable = (props: Props) => {
</table>
<div
style={{
marginTop: 16,
marginTop: "16px",
fontSize: "16px",
}}
>
{combinations.length}개의 조합이 있습니다.
Expand Down

0 comments on commit cfde86f

Please sign in to comment.