Merge branch 'long-commit-message-scroll-fix' into 'master'

Fix long commit message scroll issue.

Fixes horizontal scrollbar for long commit description.

## Before
![before_](/uploads/d261e26044d8ab451bc7768b16316253/before_.png)

## After
![after](/uploads/f27227a77d25d80b797e3ffc916d1957/after.png)

See merge request !4643
This commit is contained in:
Jacob Schatz 2016-06-16 00:32:24 +00:00
commit 297f4b4599
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ v 8.9.0 (unreleased)
- Redesign navigation for project pages
- Added shortcut 'y' for copying a files content hash URL #14470
- Fix groups API to list only user's accessible projects
- Fix horizontal scrollbar for long commit message.
- Add Environments and Deployments
- Redesign account and email confirmation emails
- Don't fail builds for projects that are deleted

View File

@ -120,6 +120,7 @@
background: inherit;
padding: 0;
margin: 0;
white-space: pre-wrap;
}
a {