Skip to content

Commit d6fbf43

Browse files
kazup01Davy-c
authored andcommitted
Fix doc modal bottom margin
1 parent 20b894b commit d6fbf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/components/DocPreview/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const Container = styled.div`
281281
282282
.doc-preview__content {
283283
padding: ${({ theme }) => theme.sizes.spaces.df}px
284-
${({ theme }) => theme.sizes.spaces.xl}px;
284+
${({ theme }) => theme.sizes.spaces.xl}px 0 ${({ theme }) => theme.sizes.spaces.xl}px;
285285
}
286286
287287
.doc-preview__title__wrapper {

0 commit comments

Comments
 (0)