Make navbar better on small devices
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user