BigW Consortium Gitlab

Commit 89e520dd by Jacob Schatz

Fixes overflow of panel right.

parent c4882f70
...@@ -24,8 +24,7 @@ function initRepo() { ...@@ -24,8 +24,7 @@ function initRepo() {
data: () => Store, data: () => Store,
template: ` template: `
<div class="tree-content-holder"> <div class="tree-content-holder">
<repo-sidebar/> <repo-sidebar/><div class="panel-right">
<div class="panel-right">
<repo-tabs/> <repo-tabs/>
<repo-file-buttons/> <repo-file-buttons/>
<repo-editor/> <repo-editor/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment