Skip to content

Commit

Permalink
Merge pull request #752 from nextcloud/fix/page_list_width
Browse files Browse the repository at this point in the history
Lower minimum page list width to 15%
  • Loading branch information
mejo- authored Jul 3, 2023
2 parents 1c27682 + 0d8faf9 commit 51b7538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/CollectiveView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<NcAppContent :show-details="showing('details')"
:list-min-width="20"
:list-size="20"
:list-min-width="15"
@update:showDetails="hide('details')">
<template #list>
<PageList v-if="currentCollective" />
Expand Down

0 comments on commit 51b7538

Please sign in to comment.