Skip to content

Commit bca2507

Browse files
author
Filipa Lacerda
committed
Merge branch 'diff-stats-perf-bar' into 'master'
Fixes diff stats not being visible with performance bar See merge request gitlab-org/gitlab-ce!22390
2 parents 396d205 + 809c9d7 commit bca2507

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/assets/stylesheets/pages/diff.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@
10131013

10141014
.with-performance-bar & {
10151015
top: 135px;
1016+
max-height: calc(100vh - 135px);
10161017
}
10171018
}
10181019

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Fixed diff stats not showing when performance bar is enabled
3+
merge_request:
4+
author:
5+
type: fixed

0 commit comments

Comments
 (0)