stable

Clone or download

Read-only

fix: display CodeMirror editors full height

part of story #32315 Add support of markdown It's been too long the code editors had their height fixed to 50vh. Now we have markdown in comments, it becomes even harder to use the file-diff. Time for some well-deserved changes. How to test: - Go to the [Changes] tab --> The whole content takes all the available height --> The code editors take all their parent available height Change-Id: I72cec9b8139f1f6097b90e39c35d7ff34af0089f

Modified Files

Name
M plugins/pullrequest/scripts/pullrequests-app/src/app/files/files.tpl.html +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/pull-request/pull-request.tpl.html +3 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/themes/includes/_file-diff.scss +17 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/themes/includes/_pull-request.scss +5 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/themes/style.scss +17 −0 Go to diff View file
M plugins/pullrequest/templates/pullrequest.mustache +1 −1 Go to diff View file