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 c02331f commit bddaedbCopy full SHA for bddaedb
package.json
@@ -6,10 +6,10 @@
6
"repository": "https://github.com/postcasio/tree-view-open-files",
7
"license": "MIT",
8
"engines": {
9
- "atom": ">=0.140.0"
+ "atom": ">=1.1.0"
10
},
11
"dependencies": {
12
- "atom-utils": ">=0.6.3",
+ "atom-utils": ">=0.7.4",
13
"event-kit": "^0.8.0",
14
"lodash": "^2.4.1",
15
"space-pen": "^3.8.0"
styles/tree-view-open-files.less
@@ -60,6 +60,10 @@
60
height: 12px;
61
margin: 0;
62
}
63
+
64
+ > .list-tree > .list-nested-item > .list-item {
65
+ line-height: 3em;
66
+ }
67
68
69
.tree-view-resizer .tree-view-scroller {
0 commit comments