Project

General

Profile

« Previous | Next » 

Revision a3c1dc2f

Added by Marek Hulán over 6 years ago

Fixes #20710 - fix view diff width

(cherry picked from commit 3664d8fd29cc5ebdaad302e171bd7f26c3f68046)

View differences:

app/assets/javascripts/reports.js
$("#diff-modal-editor")
.css("position","relative")
.css("padding-top","0")
.height('380')
.width('588');
.height('380px');
var editor = ace.edit("diff-modal-editor");
editor.setTheme("ace/theme/clouds");

Also available in: Unified diff