Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide

This commit is contained in:
Luke "Jared" Bennett 2017-08-04 14:13:04 +01:00
commit c41f64d7ff
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
2 changed files with 6 additions and 1 deletions

View File

@ -48,8 +48,8 @@ export default {
<div class="tree-content-holder">
<repo-sidebar/><div class="panel-right" :class="{'edit-mode': editMode}">
<repo-tabs/>
<component :is="currentBlobView" class="blob-viewer-container"></component>
<repo-file-buttons/>
<component :is="currentBlobView"></component>
<!-- <repo-binary-viewer/> soon -->
</div>
<repo-commit-section/>

View File

@ -93,6 +93,11 @@
}
}
.blob-viewer-container {
height: calc(100vh - 83px);
overflow: auto;
}
#tabs {
border-bottom: 1px solid $white-normal;
padding-left: 0;