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 fd04b01 commit 7906e34Copy full SHA for 7906e34
apps/vps-web/src/app/custom-nodes/classes/rect-node-class.tsx
@@ -49,7 +49,7 @@ w-min h-min
49
getElement={(element: HTMLElement) => {
50
this.rectElement = element;
51
}}
52
- class={`rounded flex justify-center items-center text-center`}
+ class={`rounded flex justify-center items-center text-center whitespace-pre`}
53
style={`width:${node.width ?? 50}px;height:${
54
node.height ?? 50
55
}px;background:${nodeInfo?.fillColor ?? 'black'};border: ${
0 commit comments