Commit a5b471a6 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'slashmanov/vertical-tree-laoyut-on-larger-viewports' into 'master'

Apply vertical File Tree layout on larger viewports

See merge request gitlab-org/gitlab!80397
parents a8f7735b fe14921f
......@@ -1190,7 +1190,7 @@ table.code {
}
}
@media (max-width: map-get($grid-breakpoints, md)-1) {
@media (max-width: map-get($grid-breakpoints, lg)-1) {
.diffs .files {
@include fixed-width-container;
flex-direction: column;
......
......@@ -97,7 +97,7 @@ $tabs-holder-z-index: 250;
line-height: 0;
}
@media (max-width: map-get($grid-breakpoints, md)-1) {
@media (max-width: map-get($grid-breakpoints, lg)-1) {
.diffs .files {
.diff-tree-list {
position: relative;
......
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