Skip to content

Commit

Permalink
fix(visualizer): improve word breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Oct 28, 2024
1 parent bed85b0 commit 325f469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function TreeEncodingFlowTreeNode({ data }: { data: TreeEncodingFlowNode }) {
<Handle type="target" position={Position.Top} isConnectable={false} />
)}
<div
className="break-normal rounded-sm px-4 py-2 font-mono"
className="break-all rounded-sm px-4 py-2 font-mono"
style={{
outlineStyle: 'solid',
outlineColor: data.color,
Expand Down

0 comments on commit 325f469

Please sign in to comment.