Skip to content

Commit

Permalink
Merge pull request #50172 from nextcloud/fix/template-name-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jan 15, 2025
2 parents 69b4a6c + 8111068 commit eef5663
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 10 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
2 changes: 2 additions & 0 deletions dist/465-465.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/465-465.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/465-465.js.map.license
2 changes: 0 additions & 2 deletions dist/5421-5421.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/5421-5421.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/5421-5421.js.map.license

This file was deleted.

4 changes: 2 additions & 2 deletions dist/files-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-init.js.map

Large diffs are not rendered by default.

0 comments on commit eef5663

Please sign in to comment.