Skip to content

Commit

Permalink
Merge pull request #13704 from hellcp-work/diff-overflow
Browse files Browse the repository at this point in the history
Fix overflow in revision diff view
  • Loading branch information
Dany Marcoux committed Jan 17, 2023
2 parents ae6c3b0 + ca76bbd commit ad1856b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
= render_diff(diff_content, file_index: index)
- else
.card{ id: "revision_details_#{index}" }
.card-header
.card-header.py-3
.div.w-75
= calculate_filename(filename, file)
%span.badge{ class: "badge-#{file['state']}" }= file['state'].capitalize

0 comments on commit ad1856b

Please sign in to comment.