Fixes diff stats not being visible with performance bar
This commit is contained in:
parent
e347170cc5
commit
809c9d7dc8
2 changed files with 6 additions and 0 deletions
|
@ -1013,6 +1013,7 @@
|
|||
|
||||
.with-performance-bar & {
|
||||
top: 135px;
|
||||
max-height: calc(100vh - 135px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
5
changelogs/unreleased/diff-stats-perf-bar.yml
Normal file
5
changelogs/unreleased/diff-stats-perf-bar.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixed diff stats not showing when performance bar is enabled
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue