Skip to content

Commit

Permalink
refactor(#31667): Revert changes on issues-card.css, remove linter cl…
Browse files Browse the repository at this point in the history
…eanup

Remove changes originated from linter,
Revert changes on web_src/css/repo/issue-card.css as it looks like it's not part of the target changes.
  • Loading branch information
SimonPistache committed Jul 23, 2024
1 parent c4b380e commit e06b3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions web_src/css/features/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

.project-column .issue-card {
color: var(--color-text);
align-items: stretch;
}

.project-column-header {
Expand All @@ -42,7 +41,7 @@
flex: 1;
}

.project-column>.cards {
.project-column > .cards {
flex: 1;
display: flex;
align-content: baseline;
Expand All @@ -54,7 +53,7 @@
gap: .25rem;
}

.project-column>.divider {
.project-column > .divider {
margin: 5px 0;
border-color: currentcolor;
opacity: .5;
Expand Down
1 change: 0 additions & 1 deletion web_src/css/repo/issue-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
gap: 4px;
align-items: stretch;
border-radius: var(--border-radius);
padding: 8px 10px;
border: 1px solid var(--color-secondary);
Expand Down

0 comments on commit e06b3fb

Please sign in to comment.