summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-09 20:21:16 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-09 20:21:16 +0000
commitf60ba0786ffa48b27293808cb7eceb0972fe5972 (patch)
treec92db50b8c16577019fbd020874f7b2986f05d04 /app/assets
parentc82843794ae39c68a6b02ab365f4bc3fb5ae5447 (diff)
parent877f899f1e9311fcfd9917a39f74c7364e1ca45e (diff)
downloadgitlab-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
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss2
1 files changed, 2 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%;
}