Skip to content

Commit c02331f

Browse files
committed
Merge pull request #26 from abe33/patch-2
Remove styles for tree-view-resizer
2 parents 22edda4 + af4f5f3 commit c02331f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

styles/tree-view-open-files.less

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
@import "ui-variables";
22

3-
.tree-view-resizer {
4-
display: -webkit-flex !important;
5-
flex-direction: column;
6-
align-items: stretch;
7-
}
8-
93
.tree-view-open-files {
104
> .list-tree {
115
width: 100%;
@@ -18,6 +12,7 @@
1812
overflow: auto;
1913
flex: 0 0 1;
2014
position: relative;
15+
order: 0;
2116

2217
.close-open-file {
2318
background: none;

0 commit comments

Comments
 (0)