From 6c3cdf79ebde45d996dccbdae5c34325dc25cbf9 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 22 Jun 2021 21:06:24 +1000 Subject: [PATCH] force the figcaption to break long words (even without spaces) --- templates/base.html | 10 ++++++++++ templates/files.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 64e9bd6..f083d17 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,6 +24,16 @@ diff --git a/templates/files.html b/templates/files.html index 15f103d..a090989 100644 --- a/templates/files.html +++ b/templates/files.html @@ -212,7 +212,7 @@ {% if dirname| TopLevelFolderOf(cwd) %}
-
{{obj.name}}
+
{{obj.name}}
{% endif %} {% endif %}