use w-50 instead

This commit is contained in:
mst 2024-12-16 17:08:21 +03:00
parent bf7e105b97
commit 5f81017d79
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<div class="card mb-3 mt-3 alert-placeholder question" id="question-{{ question.id }}"> <div class="card mb-3 mt-3 alert-placeholder question" id="question-{{ question.id }}">
<div class="card-header"> <div class="card-header">
<div class="d-flex justify-content-between align-items-center"> <div class="d-flex justify-content-between align-items-center">
<h5 class="card-title mt-1 mb-1 markdown-content w-75"> <h5 class="card-title mt-1 mb-1 markdown-content w-50">
{% if question.from_who %} {% if question.from_who %}
{{ render_markdown(question.from_who, fromWho=True) }} {{ render_markdown(question.from_who, fromWho=True) }}
{% else %} {% else %}

View file

@ -3,7 +3,7 @@
<div class="card mt-3 mb-3{% if question.pinned %} border-2{% endif %}" id="question-{{ question.id }}"> <div class="card mt-3 mb-3{% if question.pinned %} border-2{% endif %}" id="question-{{ question.id }}">
<div class="card-header{% if question.pinned %} border-2{% endif %}"> <div class="card-header{% if question.pinned %} border-2{% endif %}">
<div class="d-flex justify-content-between align-items-center flex-wrap text-break"> <div class="d-flex justify-content-between align-items-center flex-wrap text-break">
<h3 class="h5 card-title my-1 markdown-content w-75"> <h3 class="h5 card-title my-1 markdown-content w-50">
{% if question.from_who %} {% if question.from_who %}
{{ render_markdown(question.from_who, fromWho=True) }} {{ render_markdown(question.from_who, fromWho=True) }}
{% else %} {% else %}