From 5e32c16ac3fc3456d1ead34703a49b37cfd10965 Mon Sep 17 00:00:00 2001
From: pmdematagoda <pmd.lotr.gandalf@gmail.com>
Date: Sat, 7 Sep 2019 21:17:42 +1000
Subject: [PATCH] 1148: Take up the full width when viewing the diff in split
 view. (#8114)

This replicates how the commit view works in split view.
---
 templates/repo/pulls/files.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/repo/pulls/files.tmpl b/templates/repo/pulls/files.tmpl
index b771dc37fd..c882c0c38e 100644
--- a/templates/repo/pulls/files.tmpl
+++ b/templates/repo/pulls/files.tmpl
@@ -1,7 +1,7 @@
 {{template "base/head" .}}
 <div class="repository view issue pull files diff">
 	{{template "repo/header" .}}
-	<div class="ui container">
+	<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
 		<div class="navbar">
 			{{template "repo/issue/navbar" .}}
 			<div class="ui right">