Skip to content

Commit

Permalink
Resolved Issue #7620
Browse files Browse the repository at this point in the history
  • Loading branch information
thekavikumar committed Mar 19, 2024
1 parent b5d084a commit 4952d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvat-ui/src/components/jobs-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
.cvat-jobs-page-list {
display: flex;
flex-wrap: wrap;
padding-top: 8px;
padding-bottom: 8px;
padding-top: $grid-unit-size;
padding-bottom: $grid-unit-size;
}

.cvat-job-card-more-button {
Expand Down

0 comments on commit 4952d3d

Please sign in to comment.