Skip to content

Commit

Permalink
author images wrapping (#196)
Browse files Browse the repository at this point in the history
* author images wrapping

* author images wrapping again

* author images wrapping again wrong spot
  • Loading branch information
bonomite authored Nov 8, 2022
1 parent 1c457ea commit 814d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Byline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const sponsor = ref(props.article?.sponsors ? props.article?.sponsors[0] : null)
class="author flex"
:class="isMultipleAuthors ? 'multiple-authors' : 'one-author'"
>
<div class="author-images flex">
<div class="author-images flex flex-wrap">
<div v-for="author of authors" :key="author.id" class="author-image">
<v-flexible-link :to="author.url" raw>
<v-simple-responsive-image
Expand Down

0 comments on commit 814d965

Please sign in to comment.