Small fixes with user table

This commit is contained in:
aldrin 2021-04-16 11:31:11 +02:00
parent fbb4e4502e
commit 907a51b44b
4 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<div class="columns is-centered">
<div
v-if="user.isAuthenticated"
class="column is-3-widescreen is-4-desktop is-5-tablet"
class="column is-5-fullhd is-6-widescreen is-7-desktop is-7-tablet"
>
<UserTable :user="user" />
</div>