Skip to content

Commit

Permalink
style: fix project list with row wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Sep 4, 2024
1 parent c40b236 commit a02dc73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const projectList = t('entityPopoverMentionOccurrences.projectList', { n: nbProj
<template>
<div class="entity-popover-mention-occurrences">
<p>{{ `${occurrences} ${projectList}` }}</p>
<div class="d-flex gap-2">
<div class="d-flex flex-wrap gap-2">
<project-button v-for="(project, index) in projects" :key="index" :project="project" />
</div>
</div>
Expand Down

0 comments on commit a02dc73

Please sign in to comment.