diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx index efd0bb996..ad1aae67b 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx @@ -2158,19 +2158,18 @@ export const DocumentsTabComponent: React.FunctionComponent - {!isPreferredApiMongoDB && - tableContainerSizePx?.width >= calculateOffset(selectedColumnIds.length) + 200 && ( -
refreshDocumentsGrid(false)} - aria-label="Refresh" - tabIndex={0} - > - Refresh -
- )} + {tableContainerSizePx?.width >= calculateOffset(selectedColumnIds.length) + 200 && ( +
refreshDocumentsGrid(false)} + aria-label="Refresh" + tabIndex={0} + > + Refresh +
+ )} {tableItems.length > 0 && ( = aria-label="Select column" size="small" icon={} - style={{ position: "absolute", right: 0, backgroundColor: tokens.colorNeutralBackground1 }} + style={{ position: "absolute", right: 10, backgroundColor: tokens.colorNeutralBackground1 }} />