diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-13 16:10:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-13 16:10:03 +0100 |
commit | 970b2ed9da79b39123d2e21e6e6d5c70779e903c (patch) | |
tree | 2b454651512ab2d4ffdb70207109d3217421602a /app/assets | |
parent | 5d14615a762d63ba3e04fa5ebbbbd990bdbd7572 (diff) | |
download | gitlab-ce-970b2ed9da79b39123d2e21e6e6d5c70779e903c.tar.gz |
Updated MR comparenew-mr-improvements
Based on in feedback in !3228
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index 6453c91d955..c8c6bbde084 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -75,6 +75,11 @@ li.commit { } } + .item-title { + display: inline-block; + max-width: 70%; + } + .commit-row-description { font-size: 14px; border-left: 1px solid #eee; |