diff --git a/less/documentDB.less b/less/documentDB.less index bc36d1483..2afae78e9 100644 --- a/less/documentDB.less +++ b/less/documentDB.less @@ -2885,6 +2885,10 @@ a:link { .settingsSectionPart { padding-left: 8px; + label { + padding: 0 !important; + font-size: inherit; + } } .settingsSectionLabel { diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx index 9abc63f82..848b6cd5f 100644 --- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx +++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx @@ -188,14 +188,11 @@ export const SettingsPane: FunctionComponent = () => { {shouldShowCrossPartitionOption && (
-
- Enable cross-partition query - - Send more than one request while executing a query. More than one request is necessary if the query is - not scoped to single partition key value. - -
- + + + Send more than one request while executing a query. More than one request is necessary if the query is + not scoped to single partition key value. + { {shouldShowParallelismOption && (
-
+
+ + + Gets or sets the number of concurrent operations run client side during parallel query execution. A + positive property value limits the number of concurrent operations to the set value. If it is set to + less than 0, the system automatically decides the number of concurrent operations to run. +