diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-28 22:19:21 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-28 22:19:21 +0000 |
commit | 104b7b6c39df96d25d36749e4e7f6d5f44d46acf (patch) | |
tree | 7ec07a3b6b8401728732939136f9863c239758a4 /app/assets | |
parent | 170b712f4f141519f3bd395fdaaefc36e3b27f94 (diff) | |
parent | b69dec2a10299f1250d25abf4e5e5940bdb97c55 (diff) | |
download | gitlab-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.scss | 4 |
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%; + } } } |