Commit 0acb5795488645fbcc532ceddab719f7a7b80269
1 parent
3e0bdc85
Exists in
master
and in
2 other branches
Category card adjustment
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
subjects/templates/subjects/subject_card.html
... | ... | @@ -73,11 +73,12 @@ |
73 | 73 | <div class="col-xs-6 col-md-3"> |
74 | 74 | <p><b>{% trans "End" %}:</b> {{subject.end_date}}</p> |
75 | 75 | </div> |
76 | - | |
77 | - {% if subject.description_brief %} | |
78 | - <p>{{subject.description_brief|safe}}</p> | |
79 | - {% endif %} | |
80 | - | |
76 | + | |
77 | + <div class="col-sm-12 col-xs-12"> | |
78 | + {% if subject.description_brief %} | |
79 | + <p>{{subject.description_brief|safe}}</p> | |
80 | + {% endif %} | |
81 | + </div> | |
81 | 82 | {% if show_buttons %} |
82 | 83 | |
83 | 84 | {% if has_subject_view_permissions %} | ... | ... |