diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-04-04 15:39:17 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-04-04 15:39:17 +0200 |
commit | d7f81b7e5def5b241c9bf7ba35a8b6c0f55a686e (patch) | |
tree | 2cec243f51bfb3cd142fdf70ebb6704a93cfbaa7 | |
parent | d343ef8bcee69b81190f52aded3f0ae217ffdc94 (diff) | |
download | gitlab-ce-d7f81b7e5def5b241c9bf7ba35a8b6c0f55a686e.tar.gz |
Increase top margin of illustration
-rw-r--r-- | app/views/shared/dashboard/_no_filter_selected.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/dashboard/_no_filter_selected.html.haml b/app/views/shared/dashboard/_no_filter_selected.html.haml index e5c2f5b2346..b2e6967f6aa 100644 --- a/app/views/shared/dashboard/_no_filter_selected.html.haml +++ b/app/views/shared/dashboard/_no_filter_selected.html.haml @@ -1,6 +1,6 @@ .row.empty-state.text-center .col-xs-12 - .svg-130 + .svg-130.prepend-top-default = image_tag 'illustrations/issue-dashboard_results-without-filter.svg' .col-xs-12 .text-content |