Skip to content

Commit

Permalink
Merge pull request misterGF#15 from bernhardreiter/patch-9
Browse files Browse the repository at this point in the history
Tables: improves behaviour on smaller devices.
  • Loading branch information
misterGF authored Feb 24, 2017
2 parents 1eb3035 + a8aa67b commit d61669b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dash/Tables.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h3 class="box-title">Striped Full Width Table</h3>
</div>
<!-- /.box-header -->
<div class="box-body no-padding">
<div class="box-body no-padding table-responsive">
<table class="table table-striped">
<tbody>
<tr>
Expand Down Expand Up @@ -84,7 +84,7 @@
</div>

<div class="row">
<div class="col-sm-12">
<div class="col-sm-12 table-responsive">
<table aria-describedby="example1_info" role="grid" id="example1" class="table table-bordered table-striped dataTable">
<thead>
<tr role="row">
Expand Down

0 comments on commit d61669b

Please sign in to comment.