feat: sets min width on node labels

This commit is contained in:
Mark Mankarious
2023-08-10 18:53:51 +01:00
parent cbe7249c15
commit 620970e99d

View File

@@ -11,6 +11,7 @@ export const MarkdownLabel = ({ label }: Props) => {
<Box
sx={{
maxWidth: 200,
minWidth: 100,
maxHeight: 150
}}
>