Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-30 21:32:11 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-31 18:49:22 +0300
commit50eaea5a7ff70c07bf86369ef1bc18b30c6276bb (patch)
treed46d9ddb5f3446297b814c6ff1a1cf9fe38d0f16 /app/assets/stylesheets/pages/diff.scss
parent5cd0e721f78310bc2bb810d17451f046270148d9 (diff)
Remove fixed height from MR diff headers
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 4a648a5d3b6..5e5d298f8f2 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -15,7 +15,6 @@
position: sticky;
top: $mr-file-header-top;
z-index: 102;
- height: $mr-version-controls-height;
&::before {
content: '';