Merge pull request #46958 from nextcloud/fix-6153-Space-in-new-file-name-picker-with-create-from-template-dialog

This commit is contained in:
John Molakvoæ 2024-08-02 09:29:56 +02:00 committed by GitHub
commit 669e4e713d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -152,6 +152,6 @@ onMounted(() => {
<style scoped>
.new-node-dialog__form {
/* Ensure the dialog does not jump when there is a validity error */
min-height: calc(3 * var(--default-clickable-area));
min-height: calc(2 * var(--default-clickable-area));
}
</style>

4
dist/files-init.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long