diff --git a/less/documentDB.less b/less/documentDB.less index 9ff6e2225..b24854fd2 100644 --- a/less/documentDB.less +++ b/less/documentDB.less @@ -2972,6 +2972,10 @@ settings-pane { .enableAnalyticalStorageRadio:nth-child(n+2) { margin-left: @LargeSpace; } + + .enableAnalyticalStorageRadioLabel { + padding: 0px + } } .addCollectionLabel { diff --git a/src/Explorer/Panes/AddCollectionPane.html b/src/Explorer/Panes/AddCollectionPane.html index 418b713a9..0ffbfff8b 100644 --- a/src/Explorer/Panes/AddCollectionPane.html +++ b/src/Explorer/Panes/AddCollectionPane.html @@ -537,9 +537,11 @@ attr: { 'aria-checked': isAnalyticalStorageOn() ? 'true' : 'false' }" /> - - On - + - - Off - +