From 12a30f7037421f96323968e9963f5ba6b6524c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Sat, 20 Jan 2024 21:42:21 +0300 Subject: [PATCH] UI overflow fix --- templates/tailwindUI/post.html | 4 ++-- templates/tailwindUI/search.html | 2 +- templates/tailwindUI/user.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/tailwindUI/post.html b/templates/tailwindUI/post.html index 3267ce49..bf5b1c69 100644 --- a/templates/tailwindUI/post.html +++ b/templates/tailwindUI/post.html @@ -1,8 +1,8 @@ {% extends 'layout.html'%} {%block head%} {{title}} {% endblock head %} {%block body%} -
-

+
+

{{title}}

diff --git a/templates/tailwindUI/search.html b/templates/tailwindUI/search.html index 4deb75cb..17baad3c 100644 --- a/templates/tailwindUI/search.html +++ b/templates/tailwindUI/search.html @@ -15,7 +15,7 @@

{% endfor %} {% endfor %} {% endif %} {% if posts %} {% for post in posts %} {% for post in post %}

Posts

{% for post in posts %}