diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-08 12:53:02 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-08 13:06:52 +0100 |
commit | c64a881a40b86d7ed1018daf7d59ffa1bda99ea1 (patch) | |
tree | 34a39c0348d84bf5444d76e963d63a39522f3bb8 /app/assets/stylesheets/framework/mobile.scss | |
parent | f5430e48b42227f1c1874ca27c6907f0f704be28 (diff) | |
download | gitlab-ce-c64a881a40b86d7ed1018daf7d59ffa1bda99ea1.tar.gz |
Allow center top menu to span multiple lines
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r-- | app/assets/stylesheets/framework/mobile.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss index cea47fba192..6f44c323732 100644 --- a/app/assets/stylesheets/framework/mobile.scss +++ b/app/assets/stylesheets/framework/mobile.scss @@ -82,9 +82,6 @@ } .center-top-menu { - height: 45px; - margin-bottom: 30px; - li a { font-size: 14px; padding: 19px 10px; |