Commit 13e0b736 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ide-small-scroll-area' into 'master'

Fixed small scroll area in Web IDE

Closes #50242

See merge request gitlab-org/gitlab-ce!21160
parents 6e70e50b 1a5af91a
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
<slot name="header"></slot> <slot name="header"></slot>
</header> </header>
<div <div
class="ide-tree-body" class="ide-tree-body h-100"
> >
<repo-file <repo-file
v-for="file in currentTree.tree" v-for="file in currentTree.tree"
......
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