File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 24
24
25
25
.project-column .issue-card {
26
26
color : var (--color-text );
27
- align-items : stretch;
28
27
}
29
28
30
29
.project-column-header {
42
41
flex : 1 ;
43
42
}
44
43
45
- .project-column > .cards {
44
+ .project-column > .cards {
46
45
flex : 1 ;
47
46
display : flex;
48
47
align-content : baseline;
54
53
gap : .25rem ;
55
54
}
56
55
57
- .project-column > .divider {
56
+ .project-column > .divider {
58
57
margin : 5px 0 ;
59
58
border-color : currentcolor;
60
59
opacity : .5 ;
100
99
101
100
.card-ghost * {
102
101
opacity : 0 ;
103
- }
102
+ }
Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
flex-direction : column;
4
4
gap : 4px ;
5
- align-items : stretch ;
5
+ align-items : start ;
6
6
border-radius : var (--border-radius );
7
7
padding : 8px 10px ;
8
8
border : 1px solid var (--color-secondary );
37
37
gap : 0.25em ;
38
38
justify-content : end;
39
39
flex-wrap : wrap;
40
- }
40
+ }
You can’t perform that action at this time.
0 commit comments