summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleGroupView.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-24 05:14:10 +0100
committerUdo Walter2019-02-24 05:14:10 +0100
commit9a7eaabf973859920b68dfe52e916fc53d847966 (patch)
tree561ee8f2a692f4a7bfda360c174266bf1716be12 /webapp/src/components/GroupModuleGroupView.vue
parent[webapp/dashboard] Add username to the topbar & put fullname in the global store (diff)
downloadbas-9a7eaabf973859920b68dfe52e916fc53d847966.tar.gz
bas-9a7eaabf973859920b68dfe52e916fc53d847966.tar.xz
bas-9a7eaabf973859920b68dfe52e916fc53d847966.zip
[webapp/datatable] use minWidth prop for menuMode
Diffstat (limited to 'webapp/src/components/GroupModuleGroupView.vue')
-rw-r--r--webapp/src/components/GroupModuleGroupView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/GroupModuleGroupView.vue b/webapp/src/components/GroupModuleGroupView.vue
index e8a8b82..0c3b0c5 100644
--- a/webapp/src/components/GroupModuleGroupView.vue
+++ b/webapp/src/components/GroupModuleGroupView.vue
@@ -57,7 +57,7 @@
<v-menu v-if="editMode" offset-y :close-on-content-click="false" :max-width="400" lazy>
<v-btn slot="activator" small icon class="info-heading-button"><v-icon>edit</v-icon></v-btn>
<v-card>
- <data-table ref="datatable" v-model="parents" :headers="headers" :items="groupList" menu-mode></data-table>
+ <data-table ref="datatable" v-model="parents" :headers="headers" :items="groupList" menu-mode min-width="200px"></data-table>
</v-card>
</v-menu>
</div>