Skip to content

Commit e06b3fb

Browse files
committed
refactor(#31667): Revert changes on issues-card.css, remove linter cleanup
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.
1 parent c4b380e commit e06b3fb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

web_src/css/features/projects.css

Lines changed: 2 additions & 3 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;

web_src/css/repo/issue-card.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display: flex;
33
flex-direction: column;
44
gap: 4px;
5-
align-items: stretch;
65
border-radius: var(--border-radius);
76
padding: 8px 10px;
87
border: 1px solid var(--color-secondary);

0 commit comments

Comments
 (0)