Skip to content

Commit

Permalink
THE-1336 FIX les mots-cles trop longs sont affichés dans une v-chip p…
Browse files Browse the repository at this point in the history
…lus haute sur plusieurs lignes
  • Loading branch information
clementdelafontaine committed Jun 20, 2024
1 parent dffa3f9 commit 64b38f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/common/Keywords.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,10 @@ h3 {
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
white-space: break-spaces;
word-break: break-word;
}
Expand Down Expand Up @@ -436,4 +438,9 @@ h3 {
:deep(.v-chip__underlay) {
opacity: 0 !important;
}
:deep(.v-chip.v-chip--density-default) {
height: unset !important;
min-height: 32px !important;
}
</style>

0 comments on commit 64b38f3

Please sign in to comment.