Skip to content

Commit 62cfcb7

Browse files
committed
refactor(#31667): Remove linter cleanup
Remove changes originated from linter, as it introduced a lot of visual diff.
1 parent c4b380e commit 62cfcb7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

web_src/css/features/projects.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
.project-column .issue-card {
2626
color: var(--color-text);
27-
align-items: stretch;
2827
}
2928

3029
.project-column-header {
@@ -42,7 +41,7 @@
4241
flex: 1;
4342
}
4443

45-
.project-column>.cards {
44+
.project-column > .cards {
4645
flex: 1;
4746
display: flex;
4847
align-content: baseline;
@@ -54,7 +53,7 @@
5453
gap: .25rem;
5554
}
5655

57-
.project-column>.divider {
56+
.project-column > .divider {
5857
margin: 5px 0;
5958
border-color: currentcolor;
6059
opacity: .5;
@@ -100,4 +99,4 @@
10099

101100
.card-ghost * {
102101
opacity: 0;
103-
}
102+
}

web_src/css/repo/issue-card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
gap: 0.25em;
3838
justify-content: end;
3939
flex-wrap: wrap;
40-
}
40+
}

0 commit comments

Comments
 (0)