Skip to content

Commit

Permalink
fix: Show full template name
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Jan 14, 2025
1 parent dd36163 commit 10d4998
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/files/src/components/TemplatePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,9 @@ export default {
}

&__title {
overflow: hidden;
// also count preview border
max-width: calc(var(--width) + 2 * 2px);
padding: var(--margin);
white-space: nowrap;
text-overflow: ellipsis;
}
}

Expand Down

0 comments on commit 10d4998

Please sign in to comment.