Skip to content

Commit c11d011

Browse files
committed
Autoformat css
1 parent 30b6470 commit c11d011

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

css/layout.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
#board.layout-trello-vertical,
22
#board.layout-trello-mixed {
3-
overflow-x: hidden;
4-
overflow-y: auto;
5-
display: flex;
6-
align-content: flex-start;
3+
overflow-x: hidden;
4+
overflow-y: auto;
5+
display: flex;
6+
align-content: flex-start;
77
}
88

99
#board.layout-trello-vertical {
10-
flex-direction: column;
10+
flex-direction: column;
1111
}
1212

1313
#board.layout-trello-mixed {
14-
flex-direction: row;
15-
flex-wrap: wrap;
14+
flex-direction: row;
15+
flex-wrap: wrap;
1616
}
1717

1818
#board.layout-trello-vertical .list-wrapper,
1919
#board.layout-trello-mixed .list-wrapper {
20-
margin: 0 0 10px 10px;
21-
height: auto;
20+
margin: 0 0 10px 10px;
21+
height: auto;
2222
}
2323

2424
#board.layout-trello-mixed .js-list-content {
25-
max-height: 40vh;
25+
max-height: 40vh;
2626
}

0 commit comments

Comments
 (0)