Commit f802aef9 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'diff-tree-mobile-bug' into 'master'

Fixed positioning of the diff tree list on mobile

Closes #59739

See merge request gitlab-org/gitlab-ce!26820
parents ee89d955 3b988609
......@@ -1059,7 +1059,10 @@ table.code {
flex-direction: column;
.diff-tree-list {
width: 100%;
position: relative;
top: 0;
// !important is required to override inline styles of resizable sidebar
width: 100% !important;
}
.tree-list-holder {
......
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