summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-13 11:31:07 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-13 11:31:07 -0500
commit5d59826edfd62068c3d2c8620092c5efe0039625 (patch)
treeba4ce0ad0eacad7005d9f1517ff4e1ecd6916483
parentb6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (diff)
downloadgitlab-ce-fix-sticky-tabs-position.tar.gz
Update height of -tabs-heightfix-sticky-tabs-position
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index dc451a97e17..6c3d979a340 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -817,7 +817,7 @@ $issues-analytics-popover-boarder-color: rgba(0, 0, 0, 0.15);
/*
Merge Requests
*/
-$mr-tabs-height: 51px;
+$mr-tabs-height: 48px;
$mr-version-controls-height: 56px;
/*