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
f9b56e695f
  1. 4
      packages/nc-gui/components/project/spreadsheet/components/sharedViewsList.vue

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

@ -1,5 +1,5 @@
<template>
<v-card max-width="900">
<div class="d-100">
<v-container>
<v-simple-table dense style="min-width: 600px;">
<thead>
@ -101,7 +101,7 @@
</v-switch>
</div>
</v-container>
</v-card>
</div>
</template>
<script>

Loading…
Cancel
Save