diff options
author | Dennis van de Hoef <dennisvdhoef@gmail.com> | 2016-03-11 22:34:51 +0100 |
---|---|---|
committer | Dennis van de Hoef <dennisvdhoef@gmail.com> | 2016-03-11 22:34:51 +0100 |
commit | e932a4164f527e51567e4476eee51dbc4102cd7c (patch) | |
tree | 5aadafd6cc19692b60e737c7a013daa66f915abf | |
parent | 2d83f07ba8304cc7da4de76a78fbab48278a915c (diff) | |
download | gitlab-ce-e932a4164f527e51567e4476eee51dbc4102cd7c.tar.gz |
Fix responsive bug top navigation
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 7de874c8bcd..b2fbc95e043 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -63,7 +63,7 @@ border-bottom: none; /* Small devices (phones, tablets, 768px and lower) */ - @media (max-width: $screen-sm-min) { + @media (max-width: $screen-sm-max) { width: 100%; } } |