From d1774f5a6d25242d659b1a08656de9e20fa84e26 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 19 Mar 2023 22:46:04 +0200 Subject: css: fix table overflow --- templates/file.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'templates/file.html') diff --git a/templates/file.html b/templates/file.html index 8898786..49bc19b 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,23 +1,29 @@ {{ define "file" }} -{{ template "head" . }} + {{ template "head" . }} {{ template "repoheader" . }} {{ template "nav" . }}

{{ .path }}

-
- {{- range .linecount }} -{{ . }} - {{- end -}} -
-
- -
-            {{- .content -}}
-          
-
+ + + + + +
+
+            {{- range .linecount }}
+ {{ . }}
+            {{- end -}}
+              
+
+
+             {{- .content -}}
+              
+
+
-- cgit