From 877f899f1e9311fcfd9917a39f74c7364e1ca45e Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 9 Feb 2017 10:02:54 -0600 Subject: [PATCH] Fix contribution activity alignment --- app/assets/stylesheets/framework/calendar.scss | 2 ++ ...943-contribution-list-on-profile-page-is-aligned-right.yml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 changelogs/unreleased/27943-contribution-list-on-profile-page-is-aligned-right.yml diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss index d485e75a434..fb8ea18d122 100644 --- a/app/assets/stylesheets/framework/calendar.scss +++ b/app/assets/stylesheets/framework/calendar.scss @@ -9,6 +9,8 @@ } .user-calendar-activities { + direction: ltr; + .str-truncated { max-width: 70%; } diff --git a/changelogs/unreleased/27943-contribution-list-on-profile-page-is-aligned-right.yml b/changelogs/unreleased/27943-contribution-list-on-profile-page-is-aligned-right.yml new file mode 100644 index 00000000000..fcbd48b0357 --- /dev/null +++ b/changelogs/unreleased/27943-contribution-list-on-profile-page-is-aligned-right.yml @@ -0,0 +1,4 @@ +--- +title: Fix contribution activity alignment +merge_request: +author: