Make navbar better on small devices

This commit is contained in:
2021-04-10 23:53:39 +02:00
parent 53f5418275
commit 5fc51b6843
2 changed files with 19 additions and 9 deletions

View File

@@ -2,7 +2,13 @@
<div class="attemptlist">
<h1>Attempt list</h1>
<p>
<b-table striped hover :items="attempts" :fields="fields"></b-table>
<b-table
responsive="md"
striped
hover
:items="attempts"
:fields="fields"
></b-table>
</p>
</div>
</template>