From 20f452ebf4563e6b29ea7a2aec82ef65a246584c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 31 May 2022 12:23:59 -0700 Subject: [PATCH] Clip column in about page Text in the superlatives section can cause this column to expand outside the container. --- bookwyrm/templates/about/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/about/layout.html b/bookwyrm/templates/about/layout.html index 458e4b1d..e921fcd2 100644 --- a/bookwyrm/templates/about/layout.html +++ b/bookwyrm/templates/about/layout.html @@ -50,7 +50,7 @@ -
+
{% block about_content %}{% endblock %}