From 680c56f95b14b1b33e0218f1eb62a58f9f491483 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 08 Jan 2015 04:11:57 -0500 Subject: [PATCH] Layout improvements (column width) --- interface/web/help/templates/faq_manage_questions_list.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/templates/faq_manage_questions_list.htm b/interface/web/help/templates/faq_manage_questions_list.htm index b920e4f..2de35d2 100644 --- a/interface/web/help/templates/faq_manage_questions_list.htm +++ b/interface/web/help/templates/faq_manage_questions_list.htm @@ -12,7 +12,7 @@ <table class="table"> <thead class="dark form-group-sm"> <tr> - <th>{tmpl_var name="faq_question_txt"}</th> + <th class="tiny-col">{tmpl_var name="faq_question_txt"}</th> <th>{tmpl_var name="faq_section_name_txt"}</th> <th>{tmpl_var name="faq_delete_txt"}</th> <th>{tmpl_var name="faq_edit_txt"}</th> -- Gitblit v1.9.1