Skip to content

Commit

Permalink
avoid horizontal overflows in staff faq views
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 6, 2023
1 parent d80cbde commit cf0135f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evap/staff/templates/staff_faq_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{ formset.management_form }}

<div class="card mb-3">
<div class="card-body">
<div class="card-body table-responsive">
<table id="section_table" class="table table-vertically-aligned">
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion evap/staff/templates/staff_faq_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ formset.management_form }}

<div class="card mb-3">
<div class="card-body">
<div class="card-body table-responsive">
<table id="question_table" class="table">
<thead>
<tr>
Expand Down

0 comments on commit cf0135f

Please sign in to comment.