change size from max-content to 200px
gitea/salix-front/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2023-01-04 08:20:07 +01:00
parent 6d434a8257
commit b5d8aabc8d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const pinnedModules = computed(() => navigation.getPinnedModules());
</div> </div>
</template> </template>
<template v-else> <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') }} {{ t('globals.noPinnedModules') }}
</div> </div>
</template> </template>