From 191d6a970bc12bc5e5359a2b69a7d421b3ac125f Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Tue, 11 Jul 2023 17:43:48 +0800 Subject: [PATCH] Fix overflown content in the cards in the resources page on tablets Signed-off-by: Egor Savkin --- templates/shortcodes/layout_card.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/shortcodes/layout_card.html b/templates/shortcodes/layout_card.html index 5465d47..6655c4b 100644 --- a/templates/shortcodes/layout_card.html +++ b/templates/shortcodes/layout_card.html @@ -1,6 +1,6 @@ -
+
-
+
{% if not imgbottom %} @@ -17,7 +17,7 @@
{% endif %} -
+
{{ body | markdown | safe }}