diff options
| author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-18 19:51:48 -0500 |
|---|---|---|
| committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-18 19:54:37 -0500 |
| commit | 1133251f0883f137ddd2154507fe5f83c5894117 (patch) | |
| tree | f5d9e6fb9087389a879106d1efe8e6c763c7e6d5 /app/assets | |
| parent | b64b4c711f91423002706d8b8494b83622fb336f (diff) | |
| download | gitlab-ce-1133251f0883f137ddd2154507fe5f83c5894117.tar.gz | |
Reduce margin to fit dropdowns
Fixes #10747
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/framework/filters.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss index 8e6922c9231..b7638c86bfa 100644 --- a/app/assets/stylesheets/framework/filters.scss +++ b/app/assets/stylesheets/framework/filters.scss @@ -1,5 +1,5 @@ .filter-item { - margin-right: 15px; + margin-right: 6px; } @media (min-width: 800px) { |
