Commit 273093a9b4e5970d7ed8b9bb6e16dee9f5ce2b70
1 parent
15c27192
Exists in
spb-stable
and in
2 other branches
Small ui fix
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/merge_requests.scss
| @@ -21,11 +21,11 @@ | @@ -21,11 +21,11 @@ | ||
| 21 | 21 | ||
| 22 | .merge-request .merge-request-tabs{ | 22 | .merge-request .merge-request-tabs{ |
| 23 | border-bottom: 2px solid $border_primary; | 23 | border-bottom: 2px solid $border_primary; |
| 24 | - margin-bottom: 20px; | 24 | + margin: 20px 0; |
| 25 | 25 | ||
| 26 | li { | 26 | li { |
| 27 | a { | 27 | a { |
| 28 | - padding: 18px 40px; | 28 | + padding: 15px 40px; |
| 29 | font-size: 14px; | 29 | font-size: 14px; |
| 30 | margin-bottom: -2px; | 30 | margin-bottom: -2px; |
| 31 | border-bottom: 2px solid $border_primary; | 31 | border-bottom: 2px solid $border_primary; |