diff --git a/app/assets/javascripts/diffs/components/diff_file.vue b/app/assets/javascripts/diffs/components/diff_file.vue index a751d9514ecacc93dad043de6f4b7f8670fa68a0..83e4abc166da1588ead1ca27dac28162259d3205 100644 --- a/app/assets/javascripts/diffs/components/diff_file.vue +++ b/app/assets/javascripts/diffs/components/diff_file.vue @@ -160,7 +160,7 @@ export default { if (this.showBody) { domParts.header = 'gl-rounded-bottom-left-none gl-rounded-bottom-right-none'; domParts.contentByHash = - 'gl-rounded-none gl-rounded-bottom-left-base gl-rounded-bottom-right-base gl-border-1 gl-border-t-0! gl-border-solid gl-border-gray-100'; + 'gl-rounded-none gl-rounded-bottom-left-base gl-rounded-bottom-right-base gl-border-0'; domParts.content = 'gl-rounded-bottom-left-base gl-rounded-bottom-right-base'; } @@ -400,14 +400,63 @@ export default {
+ + {{ $options.CONFLICT_TEXT[file.conflict_type] }} + + + + + + + + +
- - {{ $options.CONFLICT_TEXT[file.conflict_type] }} - - - - - - - - -