Make table scrollables (and improve their resizing)

This commit is contained in:
Eliot Berriot 2019-03-06 17:40:09 +01:00
parent 28aca23d8d
commit 1a20223c38
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 232 additions and 206 deletions

View file

@ -5,7 +5,7 @@
</header>
<section class="scrolling content">
<table
class="ui compact collapsing basic fixed single line table"
class="ui compact collapsing basic table"
v-for="section in sections"
:key="section.title">
<caption>{{ section.title }}</caption>