Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 28, 2023
2 parents 9630cd6 + bae2fd0 commit 8d98ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/softwareCatalog/SoftwareCatalogControlled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function RowVirtualizerDynamicWindow(
"display": "grid",
"gridTemplateColumns": `repeat(${columnCount}, 1fr)`,
"gridGap": gutter,
"marginTop": gutter
"paddingTop": gutter
})}
>
{softwaresGroupedByLine[virtualRow.index].map(
Expand Down

0 comments on commit 8d98ed9

Please sign in to comment.