From 41fe785c980e9e18243a1538775073943dcc61a7 Mon Sep 17 00:00:00 2001 From: rmanach Date: Wed, 8 Jan 2025 13:14:02 +0100 Subject: [PATCH] fix col width --- templates/base.html.tpl | 6 ++++++ templates/home.html.tpl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/base.html.tpl b/templates/base.html.tpl index e26e346..05c2997 100644 --- a/templates/base.html.tpl +++ b/templates/base.html.tpl @@ -34,6 +34,12 @@ word-wrap: break-word; width: 200px; } + + .col-item-large { + margin: 10px; + word-wrap: break-word; + width: 300px; + } diff --git a/templates/home.html.tpl b/templates/home.html.tpl index 5b1ccc7..d0ad628 100644 --- a/templates/home.html.tpl +++ b/templates/home.html.tpl @@ -36,10 +36,10 @@ {{range .Results}} -
{{.Name}}
+
{{.Name}}
-
{{.Description | noDesc}}
+
{{.Description | noDesc}}
{{.Editor}}