We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3d034 commit 8118859Copy full SHA for 8118859
redisinsight/ui/src/components/virtual-grid/VirtualGrid.tsx
@@ -220,7 +220,7 @@ const VirtualGrid = (props: IProps) => {
220
style={{
221
width: lastColumn?.minWidth,
222
height: getRowHeight(rowIndex),
223
- marginLeft: width - lastColumn?.minWidth - (hasHorizontalScrollOffset ? 29 : 13)
+ marginLeft: width - lastColumn?.minWidth - (hasHorizontalScrollOffset ? 23 : 13)
224
}}
225
>
226
{lastColumn?.render && isObject(rowData) && lastColumn?.render(rowData, expanded) }
0 commit comments