We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5962ae9 + 4790489 commit ddb6792Copy full SHA for ddb6792
interface/web/help/templates/faq_manage_questions_list.htm
@@ -12,7 +12,7 @@ <h1>{tmpl_var name="faq_faq_questions_txt"}</h1>
12
<table class="table">
13
<thead class="dark form-group-sm">
14
<tr>
15
- <th class="tiny-col">{tmpl_var name="faq_question_txt"}</th>
+ <th>{tmpl_var name="faq_question_txt"}</th>
16
<th>{tmpl_var name="faq_section_name_txt"}</th>
17
<th class="text-right">{tmpl_var name="faq_delete_txt"}</th>
18
<th class="text-right">{tmpl_var name="faq_edit_txt"}</th>
@@ -45,4 +45,4 @@ <h1>{tmpl_var name="faq_faq_questions_txt"}</h1>
45
</table>
46
</div>
47
48
-
+
0 commit comments