diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-22 15:09:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-22 15:09:27 +0000 |
commit | e829ca213b25b49faa619c0363059c6ed0a5a112 (patch) | |
tree | 0db00d8f17cf6f278cc68fb6b3739fda8d44fea6 /app/views/users/_overview.html.haml | |
parent | 6046a605fdbb6d180861c978d17fe3516b2e7507 (diff) | |
download | gitlab-ce-e829ca213b25b49faa619c0363059c6ed0a5a112.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/users/_overview.html.haml')
-rw-r--r-- | app/views/users/_overview.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_overview.html.haml b/app/views/users/_overview.html.haml index 7bd2d30a35c..e1277d3723d 100644 --- a/app/views/users/_overview.html.haml +++ b/app/views/users/_overview.html.haml @@ -1,6 +1,6 @@ .row .col-12 - .calendar-block.prepend-top-default.append-bottom-default + .calendar-block.prepend-top-default.gl-mb-3 .user-calendar.d-none.d-sm-block{ data: { calendar_path: user_calendar_path(@user, :json), calendar_activities_path: user_calendar_activities_path, utc_offset: Time.zone.utc_offset } } %h4.center.light .spinner.spinner-md |