Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45fb45d

Browse files
committed
Space out StagingView lists
1 parent 88478c3 commit 45fb45d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/staging-view.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
.git-StagingView {
44
flex: 1;
55
overflow-y: auto;
6+
display: flex;
7+
flex-direction: column;
8+
9+
&-group {
10+
flex: 1;
11+
}
612

713
&-header {
814
padding:0 12px;

0 commit comments

Comments
 (0)