Skip to content

Commit

Permalink
Merge pull request #123 from inovector/develop
Browse files Browse the repository at this point in the history
fixed style media file name
  • Loading branch information
lao9s authored Jan 20, 2025
2 parents 6412462 + 6e9f93e commit 4802617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Media/MediaFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const imgHeightClass = computed(() => {
/>
</div>
<template v-if="showCaption">
<figcaption class="mt-xs text-sm">{{ media.name }}</figcaption>
<figcaption class="mt-xs text-sm break-all">{{ media.name }}</figcaption>
</template>
</figure>
</template>

0 comments on commit 4802617

Please sign in to comment.