diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-09 20:21:16 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-09 20:21:16 +0000 |
commit | f60ba0786ffa48b27293808cb7eceb0972fe5972 (patch) | |
tree | c92db50b8c16577019fbd020874f7b2986f05d04 | |
parent | c82843794ae39c68a6b02ab365f4bc3fb5ae5447 (diff) | |
parent | 877f899f1e9311fcfd9917a39f74c7364e1ca45e (diff) | |
download | gitlab-ce-f60ba0786ffa48b27293808cb7eceb0972fe5972.tar.gz |
Merge branch '27943-contribution-list-on-profile-page-is-aligned-right' into 'master'
Fix contribution activity alignment
Closes #27943
See merge request !9101
-rw-r--r-- | app/assets/stylesheets/framework/calendar.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/27943-contribution-list-on-profile-page-is-aligned-right.yml | 4 |
2 files changed, 6 insertions, 0 deletions
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: |