summaryrefslogtreecommitdiffstats
path: root/templates/page-news.html
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-06 17:44:43 +0200
committerJonathan Bauer2014-06-06 17:44:43 +0200
commitbb9dd35d5dd2e6911b925441ba09983bf782437c (patch)
tree0a4438fcf01b5b28ab2467ad24a24d5cfec28671 /templates/page-news.html
parentbetter action handling for news (diff)
downloadslx-admin-bb9dd35d5dd2e6911b925441ba09983bf782437c.tar.gz
slx-admin-bb9dd35d5dd2e6911b925441ba09983bf782437c.tar.xz
slx-admin-bb9dd35d5dd2e6911b925441ba09983bf782437c.zip
make the table responsive. Fixes appearance on mobile devices
Diffstat (limited to 'templates/page-news.html')
-rw-r--r--templates/page-news.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page-news.html b/templates/page-news.html
index c3826c4f..b8d575a1 100644
--- a/templates/page-news.html
+++ b/templates/page-news.html
@@ -36,6 +36,7 @@
<label>Alte News</label>
</div>
<div class="panel-body">
+<div class="table-responsive">
<table class="table table-stripped table-condensed">
<thead>
<th class="col-sm-2">Datum</th>
@@ -57,4 +58,5 @@
</tbody>
</table>
</div>
+</div>
</div> \ No newline at end of file