Commit 1def3510 authored by Fatih Acet's avatar Fatih Acet

Update container fludity class if diff view mode is parallel.

parent 0039fcd3
...@@ -54,6 +54,9 @@ window.MergeConflictResolver = class MergeConflictResolver { ...@@ -54,6 +54,9 @@ window.MergeConflictResolver = class MergeConflictResolver {
}) })
.always( () => { .always( () => {
this.vue.isLoading = false; this.vue.isLoading = false;
if (this.vue.diffViewType === 'parallel') {
$('.content-wrapper .container-fluid').removeClass('container-limited');
}
}) })
} }
......
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