Commit fe14921f authored by Stanislav Lashmanov's avatar Stanislav Lashmanov

Apply vertical File Tree layout on larger viewports

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/345068
parent 94a9b6b2
......@@ -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