Skip to content

Commit 02a493c

Browse files
committed
refactor(go-gitea#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 02a493c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

web_src/css/features/projects.css

+3-4
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
gap: 4px;
5-
align-items: stretch;
5+
align-items: start;
66
border-radius: var(--border-radius);
77
padding: 8px 10px;
88
border: 1px solid var(--color-secondary);
@@ -37,4 +37,4 @@
3737
gap: 0.25em;
3838
justify-content: end;
3939
flex-wrap: wrap;
40-
}
40+
}

0 commit comments

Comments
 (0)