Skip to content

Commit

Permalink
PackageDetail: file tree view: fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 5, 2018
1 parent cd65320 commit d4646b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PackageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export default class PackageDetail extends Vue {
@import '../assets/variables';
.v-treeview-node {
&:not(.v-treeview-node--leaf) .v-treeview-node__content {
&:not(.v-treeview-node--leaf) > .v-treeview-node__root > .v-treeview-node__content {
margin-left: 8px;
}
Expand Down

0 comments on commit d4646b9

Please sign in to comment.