Skip to content

Instantly share code, notes, and snippets.

@davidfischer
Created March 9, 2018 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfischer/737fba561c607c1287c92b846290f362 to your computer and use it in GitHub Desktop.
Save davidfischer/737fba561c607c1287c92b846290f362 to your computer and use it in GitHub Desktop.
DatDota responsive tables
diff --git a/datdota.com/heroes/elo.html b/datdota.com/heroes/elo.html
index 39b37d2..0656554 100644
--- a/datdota.com/heroes/elo.html
+++ b/datdota.com/heroes/elo.html
@@ -664,7 +664,7 @@ Help!
<div class="col-md-12">
<div class="hr-line-dashed"></div>
<h3>Results</h3>
-<div class="table-responsive col-md-4">
+<div class="table-responsive col-lg-4">
<h3>1-tuples</h3>
<table class="table table-striped table-bordered table-hover data-table">
<thead>
@@ -1804,7 +1804,7 @@ Help!
</tbody>
</table>
</div>
-<div class="table-responsive col-md-4">
+<div class="table-responsive col-lg-4">
<h3>2-tuples</h3>
<table class="table table-striped table-bordered table-hover data-table">
<thead>
@@ -14141,7 +14141,7 @@ Help!
</tbody>
</table>
</div>
-<div class="table-responsive col-md-4">
+<div class="table-responsive col-lg-4">
<h3>3-tuples</h3>
<table class="table table-striped table-bordered table-hover data-table">
<thead>
@@ -35666,7 +35666,7 @@ Help!
dom: '<"html5buttons"B>lTfgitp',
pageLength: 25,
order: [[1, 'desc'], [4, 'desc']],
- responsive: true,
+ responsive: false,
buttons: [
{ extend: 'copy' },
{ extend: 'csv' },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment