Fixing test snap file

This commit is contained in:
Chuck Skelton
2026-06-16 20:52:57 -07:00
parent e715314799
commit 29260c9ca7
@@ -800,17 +800,28 @@ exports[`ThroughputInputAutoPilotV3Component autopilot input visible 1`] = `
<Stack <Stack
style={ style={
{ {
"marginTop": "25px",
"maxWidth": "700px", "maxWidth": "700px",
} }
} }
tokens={ tokens={
{ {
"childrenGap": 5, "childrenGap": 10,
} }
} }
> >
<Stack <Stack
horizontal={true} horizontal={true}
style={
{
"alignItems": "start",
}
}
tokens={
{
"childrenGap": 10,
}
}
> >
<ToolTipLabelComponent <ToolTipLabelComponent
label="Rate limiting policy" label="Rate limiting policy"
@@ -1413,17 +1424,28 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
<Stack <Stack
style={ style={
{ {
"marginTop": "25px",
"maxWidth": "700px", "maxWidth": "700px",
} }
} }
tokens={ tokens={
{ {
"childrenGap": 5, "childrenGap": 10,
} }
} }
> >
<Stack <Stack
horizontal={true} horizontal={true}
style={
{
"alignItems": "start",
}
}
tokens={
{
"childrenGap": 10,
}
}
> >
<ToolTipLabelComponent <ToolTipLabelComponent
label="Rate limiting policy" label="Rate limiting policy"
@@ -2009,17 +2031,28 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
<Stack <Stack
style={ style={
{ {
"marginTop": "25px",
"maxWidth": "700px", "maxWidth": "700px",
} }
} }
tokens={ tokens={
{ {
"childrenGap": 5, "childrenGap": 10,
} }
} }
> >
<Stack <Stack
horizontal={true} horizontal={true}
style={
{
"alignItems": "start",
}
}
tokens={
{
"childrenGap": 10,
}
}
> >
<ToolTipLabelComponent <ToolTipLabelComponent
label="Rate limiting policy" label="Rate limiting policy"