Skip to content

Commit

Permalink
fix: Home shader pack card wrong overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doabackflip committed Nov 5, 2023
1 parent ec5b1d4 commit 301be86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/src/views/HomeShaderPackCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{ t('shaderPack.name', 2) }}
</v-card-title>
<v-card-text
class="flex-grow"
class="flex-grow overflow-hidden"
>
{{ shaderPack ? t('shaderPack.enable', { name: shaderPack }) : t('shaderPack.empty') }}
</v-card-text>
Expand Down

0 comments on commit 301be86

Please sign in to comment.