File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2424
2525.project-column .issue-card {
2626 color : var (--color-text );
27- align-items : stretch;
2827}
2928
3029.project-column-header {
4241 flex : 1 ;
4342}
4443
45- .project-column > .cards {
44+ .project-column > .cards {
4645 flex : 1 ;
4746 display : flex;
4847 align-content : baseline;
5453 gap : .25rem ;
5554}
5655
57- .project-column > .divider {
56+ .project-column > .divider {
5857 margin : 5px 0 ;
5958 border-color : currentcolor;
6059 opacity : .5 ;
10099
101100.card-ghost * {
102101 opacity : 0 ;
103- }
102+ }
Original file line number Diff line number Diff line change 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 );
3737 gap : 0.25em ;
3838 justify-content : end;
3939 flex-wrap : wrap;
40- }
40+ }
You can’t perform that action at this time.
0 commit comments