From fe40d7247d54c6a66132d7a8101748c35f4c758a Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 10 Oct 2020 12:24:19 +0200 Subject: [PATCH] added missing button-inside css file in MarkmapFrame (#663) --- .../replace-components/markmap/markmap-frame.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx b/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx index d5ea091c8..04765c7f0 100644 --- a/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx +++ b/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx @@ -1,6 +1,7 @@ import React, { Fragment, useEffect, useRef, useState } from 'react' import { useTranslation } from 'react-i18next' import { LockButton } from '../../../common/lock-button/lock-button' +import '../../utils/button-inside.scss' export interface MarkmapFrameProps { code: string