Skip to content

Commit

Permalink
fix #158
Browse files Browse the repository at this point in the history
  • Loading branch information
6174 committed Jan 26, 2024
1 parent 177fd9e commit 2da74f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 10px;
padding: 10px;
padding: 10px 10px 10px 0;
}

.workflow-list-item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 10px;
padding: 10px;
padding: 10px 10px 10px 0;
}

.template-card {
Expand Down

0 comments on commit 2da74f0

Please sign in to comment.