Skip to content

Commit

Permalink
fix: assets list overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akhlopiachyi committed Jan 19, 2024
1 parent ccee242 commit 2bbf9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web-coreum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-coreum",
"version": "2.19.3-73",
"version": "2.19.3-74",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const Desktop: FC<DesktopProps> = (props) => {
ref={gridRef as LegacyRef<Grid>}
columnCount={columns.length}
columnWidth={(index) => getColumnWidth(width, index)}
height={height - 50}
height={height - 78}
rowCount={props.items.length}
rowHeight={getRowHeight}
width={width}
Expand Down

0 comments on commit 2bbf9e6

Please sign in to comment.