Skip to content
Snippets Groups Projects
Unverified Commit 3b988609 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed positioning of the diff tree list on mobile

parent f87b7fe3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment