#5018-pinned-modules-popover #34

Merged
joan merged 5 commits from #5018-pinned-modules-popover into dev 2023-01-04 09:32:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b5d8aabc8d - Show all commits

View File

@ -35,7 +35,7 @@ const pinnedModules = computed(() => navigation.getPinnedModules());
</div>
</template>
<template v-else>
<div class="row no-wrap q-pa-xs flex-item text-center text-grey-5" style="min-width: max-content">
<div class="row no-wrap q-pa-xs flex-item text-center text-grey-5" style="min-width: 200px">
{{ t('globals.noPinnedModules') }}
</div>
</template>