Fix table wrapping on mobile

Fixes #47
This commit is contained in:
Oliver Davies 2018-01-13 08:42:55 +00:00
parent 858bbefefd
commit c1a3f0ddf3
4 changed files with 10 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<div class="overflow-auto">
<table class="table">
<div class="overflow-x-auto overflow-y-hidden w-full mb-4 border">
<table class="table w-full mb-0 border-0">
<thead>
<tr>
<th class="w-1/4">Date</th>