We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa66e0b commit 36e3a83Copy full SHA for 36e3a83
admin/src/components/ReactMdEditor.tsx
@@ -13,6 +13,7 @@ import { MediaLib } from "./MediaLib";
13
import { useField } from "@strapi/strapi/admin";
14
15
const Wrapper = styled.div`
16
+ flex-basis: 100%;
17
> div:nth-child(2) {
18
display: none;
19
}
@@ -186,7 +187,7 @@ const Editor: FunctionComponent<EditorProps> = ({
186
187
}, []);
188
189
return (
- <Flex gap={4}>
190
+ <Flex gap={0} style={{ margin: 0, padding: 0 }}>
191
<Box>
192
<Typography variant="pi" fontWeight="bold">
193
{formatMessage(intlLabel)}
0 commit comments