diff --git a/templates/repo/blame.tmpl b/templates/repo/blame.tmpl index 691f75dcad..58be0b17e1 100644 --- a/templates/repo/blame.tmpl +++ b/templates/repo/blame.tmpl @@ -78,7 +78,7 @@ </td> {{end}} <td rel="L{{$row.RowNumber}}" class="lines-code blame-code chroma"> - <code class="code-inner tw-pl-2">{{$row.Code}}</code> + <code class="code-inner">{{$row.Code}}</code> </td> </tr> {{end}}