Skip to content

Commit

Permalink
fix: chip display on function layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Feb 9, 2024
1 parent b4a5eca commit 3b2c02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/src/components/layouts/FonctionsLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ watch(
<v-col v-for="(filiere, index) in filteredFilieres" :key="index" :cols="12" :md="6" class="pa-2">
<v-card :subtitle="filiere.libelleFiliere" variant="tonal" min-height="100%">
<v-card-text class="pb-2 mt--3">
<div class="v-chip-group v-chip-group--column v-theme--light">
<div class="v-chip-group v-chip-group--column flex-wrap">
<v-chip
v-for="(discipline, index) in filiere.disciplines"
:key="index"
:text="discipline.disciplinePoste"
color="primary"
:ripple="false"
rounded
/>
</div>
Expand Down

0 comments on commit 3b2c02d

Please sign in to comment.