diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-06-13 11:31:07 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-06-13 11:31:07 -0500 |
commit | 5d59826edfd62068c3d2c8620092c5efe0039625 (patch) | |
tree | ba4ce0ad0eacad7005d9f1517ff4e1ecd6916483 /app | |
parent | b6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (diff) | |
download | gitlab-ce-5d59826edfd62068c3d2c8620092c5efe0039625.tar.gz |
Update height of -tabs-heightfix-sticky-tabs-position
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 2 |
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; /* |