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.
2 parents cc454fa + 8118859 commit 82732fcCopy full SHA for 82732fc
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