Skip to content

Commit 08e4308

Browse files
fix(PaginatedStorageNodes): increase row height (#1282)
1 parent 07560ed commit 08e4308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/StorageNodes/PaginatedStorageNodes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const PaginatedStorageNodes = ({
7272
parentContainer={parentContainer}
7373
columns={columns}
7474
fetchData={getStorageNodes}
75-
rowHeight={50}
75+
rowHeight={51}
7676
limit={50}
7777
renderControls={renderControls}
7878
renderErrorMessage={renderErrorMessage}

0 commit comments

Comments
 (0)