Skip to content

Commit 5668c40

Browse files
committed
fix display of rule graph handles
1 parent 3dbb38f commit 5668c40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/screens/benefit-page/components/MermaidRulesGraph.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function MermaidRulesGraph({ evalGraph, t }) {
4545
<Typography variant="h2" sx={{ fontWeight: '400', wordBreak: "break-word" }}>
4646
Rules Graph
4747
</Typography>
48-
<HBox gap={4} alignItems="center">
48+
<HBox gap={4} alignItems="center" sx={{ flexWrap: 'wrap' }}>
4949
<HBox gap={1} alignItems="center">
5050
<strong>Type:</strong>
5151
<span>Evaluation</span>
@@ -68,7 +68,7 @@ export default function MermaidRulesGraph({ evalGraph, t }) {
6868
variant={'blackOutlined'}
6969
text={"Export"}
7070
onClick={() => alert("TODO")}
71-
size='small'
71+
size='xsmall'
7272
/>
7373
</HBox>
7474
<Typography variant="body1" component="div">

0 commit comments

Comments
 (0)