Skip to content

Commit

Permalink
fixes style of file explorer Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Apr 3, 2019
1 parent 573572f commit 07219ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/files/styles/file-explorer-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var csjs = require('csjs-inject')

var css = csjs`
.label {
margin-bottom : 0px;
margin-top : 4px
}
.fileexplorer {
Expand All @@ -20,7 +19,7 @@ var css = csjs`
padding : 4px;
}
.newFile {
padding : 5px;
padding-right : 5px;
}
.newFile i {
cursor : pointer;
Expand Down

0 comments on commit 07219ce

Please sign in to comment.