Skip to content

Commit 4790489

Browse files
author
Thom
committed
Fix question column width (#6293)
1 parent 9954d8f commit 4790489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/help/templates/faq_manage_questions_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>{tmpl_var name="faq_faq_questions_txt"}</h1>
1212
<table class="table">
1313
<thead class="dark form-group-sm">
1414
<tr>
15-
<th class="tiny-col">{tmpl_var name="faq_question_txt"}</th>
15+
<th>{tmpl_var name="faq_question_txt"}</th>
1616
<th>{tmpl_var name="faq_section_name_txt"}</th>
1717
<th class="text-right">{tmpl_var name="faq_delete_txt"}</th>
1818
<th class="text-right">{tmpl_var name="faq_edit_txt"}</th>
@@ -45,4 +45,4 @@ <h1>{tmpl_var name="faq_faq_questions_txt"}</h1>
4545
</table>
4646
</div>
4747

48-
48+

0 commit comments

Comments
 (0)