diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-17 10:17:41 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-17 10:17:41 +0100 |
commit | 2ba1b9e48c8a63262cec58bfbe7ad5fe64d6c942 (patch) | |
tree | bfe308dd29278d19664b26a7ae3fb5ec782a7257 | |
parent | f011b86beb89557afdaf2b0ec5ae904d0be237d8 (diff) | |
download | gitlab-ce-last-push-vertical-alignment.tar.gz |
Aligns create merge request button verticallylast-push-vertical-alignment
-rw-r--r-- | app/assets/stylesheets/pages/events.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss index 6fe57c737b3..6c36f603daf 100644 --- a/app/assets/stylesheets/pages/events.scss +++ b/app/assets/stylesheets/pages/events.scss @@ -136,9 +136,10 @@ .event-last-push { overflow: auto; width: 100%; + .event-last-push-text { @include str-truncated(100%); - padding: 5px 0; + padding: 4px 0; font-size: 13px; float: left; margin-right: -150px; |