Skip to content

Commit 64a1b18

Browse files
committed
change size of edge label
1 parent 3cb908f commit 64a1b18

File tree

1 file changed

+1
-1
lines changed
  • client/src/components/pages/flow-detail

1 file changed

+1
-1
lines changed

client/src/components/pages/flow-detail/edge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const Edge = ({
6868
style={{
6969
transform: `translate(-50%, -50%) translate(${labelX}px, ${labelY}px`,
7070
}}
71-
className='edge-label nodrap nopan absolute bg-white text-sm font-medium'
71+
className='edge-label nodrap nopan absolute bg-white text-xs'
7272
>
7373
{_.capitalize(action.condition).replace(/_/g, ' ')}
7474
{action.value ? ` : ${action.value}` : ''}

0 commit comments

Comments
 (0)