Skip to content

Commit

Permalink
docs: prevent ellipsis overflow on small screens (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
logotip4ik authored Feb 21, 2023
1 parent e47ffa0 commit 8924f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/global/Ellipsis.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="absolute left-0 top-0 w-full max-w-full">
<div class="absolute left-0 top-0 w-full max-w-full h-full max-h-full overflow-hidden pointer-events-none">
<div class="ellipsis" />
</div>
</template>
Expand Down

0 comments on commit 8924f57

Please sign in to comment.