From 5f81017d792617b87cf95d0fd52e9b64b575c950 Mon Sep 17 00:00:00 2001 From: mst Date: Mon, 16 Dec 2024 17:08:21 +0300 Subject: [PATCH] use `w-50` instead --- templates/inbox.html | 2 +- templates/snippets/layout/question_card.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/inbox.html b/templates/inbox.html index 25d8eb3..75e4604 100644 --- a/templates/inbox.html +++ b/templates/inbox.html @@ -13,7 +13,7 @@
-
+
{% if question.from_who %} {{ render_markdown(question.from_who, fromWho=True) }} {% else %} diff --git a/templates/snippets/layout/question_card.html b/templates/snippets/layout/question_card.html index d3db36e..71bf8b0 100644 --- a/templates/snippets/layout/question_card.html +++ b/templates/snippets/layout/question_card.html @@ -3,7 +3,7 @@
-

+

{% if question.from_who %} {{ render_markdown(question.from_who, fromWho=True) }} {% else %}