Skip to content

Commit 4b71e5a

Browse files
committed
override codemodal padding
1 parent 11df7ce commit 4b71e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const CodeModal = ({ children, isOpen, setIsOpen, title }: CodeModalProps) => {
3333
marginBottom="0"
3434
maxHeight="50%"
3535
borderRadius="0"
36-
p="0"
36+
p={{ base: "0", md: "0" }}
3737
gap="0"
3838
>
3939
<ModalHeader

0 commit comments

Comments
 (0)