mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
use w-50
instead
This commit is contained in:
parent
bf7e105b97
commit
5f81017d79
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="card mb-3 mt-3 alert-placeholder question" id="question-{{ question.id }}">
|
||||
<div class="card-header">
|
||||
<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 %}
|
||||
{{ render_markdown(question.from_who, fromWho=True) }}
|
||||
{% else %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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="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 %}
|
||||
{{ render_markdown(question.from_who, fromWho=True) }}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue