We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d4254 commit 8a782b3Copy full SHA for 8a782b3
web_src/less/_repository.less
@@ -2996,13 +2996,18 @@ tbody.commit-list {
2996
.board-column > .cards {
2997
flex: 1;
2998
display: flex;
2999
- flex-direction: column;
+ // flex-direction: column;
3000
+ align-content: baseline;
3001
margin: 0 !important;
3002
padding: 0 !important;
3003
3004
.card .meta > a.milestone {
3005
color: #999999;
3006
}
3007
+
3008
+ .card {
3009
+ flex-basis: 100%;
3010
+ }
3011
3012
3013
.board-column > .divider {
0 commit comments