Minor visual updates

This commit is contained in:
Chuck Skelton
2026-06-16 18:35:55 -07:00
parent 4cdcbf1f6f
commit 1214d2f45b
@@ -879,8 +879,8 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
private renderPartitionKeyRateLimitingPolicy = (): JSX.Element => { private renderPartitionKeyRateLimitingPolicy = (): JSX.Element => {
return ( return (
<Stack {...titleAndInputStackProps} style={{ maxWidth: "700px" }}> <Stack {...checkBoxAndInputStackProps} style={{ maxWidth: "700px", marginTop: "25px" }}>
<Stack horizontal> <Stack horizontal tokens={{ childrenGap: 10 }} style={{ alignItems: "start" }}>
<ToolTipLabelComponent <ToolTipLabelComponent
label={t(Keys.controls.settings.scale.rateLimitingPolicyTitle)} label={t(Keys.controls.settings.scale.rateLimitingPolicyTitle)}
toolTipElement={null} toolTipElement={null}