summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-04-11 11:56:58 +0100
committerAndré Luís <aluis@gitlab.com>2018-04-11 15:35:41 +0100
commita6efdbf7af5dcf274e87b7ab4cc729f695b5c68e (patch)
treea0725a1b700187b7837ee2cac1a31968f324ba21
parent773c57f474c2ce307fc04a66e38f0074ce2afe2c (diff)
downloadgitlab-ce-ide-improve-commit-panel.tar.gz
Prevent sidebar header from collapsing in short viewportside-improve-commit-panel
-rw-r--r--app/assets/stylesheets/pages/repo.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 98f9cea84d2..91efe14485e 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -539,6 +539,7 @@
margin-bottom: 0;
border-bottom: 1px solid $white-dark;
padding: $gl-btn-padding 0;
+ min-height: 56px;
&.is-collapsed {
margin-left: -$gl-padding;