Fixed responsive table fail

This commit is contained in:
David Taylor
2016-06-15 13:00:14 +01:00
parent a7247c273e
commit e1578eb0d4
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
{% paginator %} {% paginator %}
</div> </div>
{% endif %} {% endif %}
<div class="table-responsive"> <div class="table-responsive col-sm-12">
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
<tr> <tr>

View File

@@ -12,7 +12,7 @@
{% paginator %} {% paginator %}
</div> </div>
{% endif %} {% endif %}
<div class="table-responsive"> <div class="table-responsive col-sm-12">
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
<tr> <tr>