Browse Source

refactor(gui): share view list size correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/959/head
Pranav C 3 years ago
parent
commit
a931ae7b97
  1. 8
      packages/nc-gui/components/project/spreadsheet/components/sharedViewsList.vue

8
packages/nc-gui/components/project/spreadsheet/components/sharedViewsList.vue

@ -1,7 +1,9 @@
<template>
<div class="d-100">
<v-container>
<v-simple-table dense style="min-width: 600px;">
<v-container class="d-flex">
<v-spacer />
<div>
<v-simple-table dense style="min-width: 600px; width:auto; margin:0 auto">
<thead>
<tr class="">
<th class="caption grey--text">
@ -100,6 +102,8 @@
</template>
</v-switch>
</div>
</div>
<v-spacer />
</v-container>
</div>
</template>

Loading…
Cancel
Save