Skip to content

Commit

Permalink
refactor(#31667): Remove linter cleanup
Browse files Browse the repository at this point in the history
Remove changes originated from linter, as it introduced a lot of visual diff.
  • Loading branch information
SimonPistache committed Jul 23, 2024
1 parent c4b380e commit 62cfcb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 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 Expand Up @@ -100,4 +99,4 @@

.card-ghost * {
opacity: 0;
}
}
2 changes: 1 addition & 1 deletion web_src/css/repo/issue-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
gap: 0.25em;
justify-content: end;
flex-wrap: wrap;
}
}

0 comments on commit 62cfcb7

Please sign in to comment.