Commit d7f357a3 authored by Vinnie Okada's avatar Vinnie Okada

Use pre-wrap for diff code in discussion view

parent 19e0dafb
...@@ -23,6 +23,7 @@ v 7.9.0 (unreleased) ...@@ -23,6 +23,7 @@ v 7.9.0 (unreleased)
- Fix checkbox alignment on the application settings page. - Fix checkbox alignment on the application settings page.
- Generalize image upload in drag and drop in markdown to all files (Hannes Rosenögger) - Generalize image upload in drag and drop in markdown to all files (Hannes Rosenögger)
- Fix mass-unassignment of issues (Robert Speicher) - Fix mass-unassignment of issues (Robert Speicher)
- Fix hidden diff comments in merge request discussion view
- Allow user confirmation to be skipped for new users via API - Allow user confirmation to be skipped for new users via API
- Add a service to send updates to an Irker gateway (Romain Coltel) - Add a service to send updates to an Irker gateway (Romain Coltel)
- Add brakeman (security scanner for Ruby on Rails) - Add brakeman (security scanner for Ruby on Rails)
......
...@@ -89,6 +89,11 @@ ul.notes { ...@@ -89,6 +89,11 @@ ul.notes {
} }
} }
// Diff code in discussion view
.discussion-body .diff-file .line_content {
white-space: pre-wrap;
}
.diff-file .notes_holder { .diff-file .notes_holder {
font-size: 13px; font-size: 13px;
line-height: 18px; line-height: 18px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment