summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-28 22:19:21 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2016-12-28 22:19:21 +0000
commit104b7b6c39df96d25d36749e4e7f6d5f44d46acf (patch)
tree7ec07a3b6b8401728732939136f9863c239758a4 /app/assets
parent170b712f4f141519f3bd395fdaaefc36e3b27f94 (diff)
parentb69dec2a10299f1250d25abf4e5e5940bdb97c55 (diff)
downloadgitlab-ce-104b7b6c39df96d25d36749e4e7f6d5f44d46acf.tar.gz
Merge branch '24820-buttons-in-the-branches-page-are-stacking-on-top-of-each-other-depending-on-the-selected-filter' into 'master'
Resolve "Buttons in the "Branches" page are stacking on top of each other depending on the selected filter" Closes #24820 See merge request !8074
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/nav.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 4f84bc37f90..e8314872822 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -256,6 +256,10 @@
.nav-text,
.nav-controls {
width: auto;
+
+ @media (max-width: $screen-xs-max) {
+ width: 100%;
+ }
}
}