diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-02-09 10:02:54 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-09 11:41:51 -0600 |
commit | 877f899f1e9311fcfd9917a39f74c7364e1ca45e (patch) | |
tree | 4e4a2516159b2146a0c67c2a54ebf0cb184849ab | |
parent | 75092d9647bab00070b0b77f0fe1050d900a39a1 (diff) | |
download | gitlab-ce-877f899f1e9311fcfd9917a39f74c7364e1ca45e.tar.gz |
Fix contribution activity alignment27943-contribution-list-on-profile-page-is-aligned-right
-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: |