mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-27 00:19:14 -05:00
feat: sets min width on node labels
This commit is contained in:
@@ -11,6 +11,7 @@ export const MarkdownLabel = ({ label }: Props) => {
|
||||
<Box
|
||||
sx={{
|
||||
maxWidth: 200,
|
||||
minWidth: 100,
|
||||
maxHeight: 150
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user