mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-30 02:28:44 +01:00
Minor visual updates
This commit is contained in:
+2
-2
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user