Skip to content

Commit 669e4e7

Browse files
authored
Merge pull request #46958 from nextcloud/fix-6153-Space-in-new-file-name-picker-with-create-from-template-dialog
2 parents aabd6ef + ff6ba29 commit 669e4e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files/src/components/NewNodeDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ onMounted(() => {
152152
<style scoped>
153153
.new-node-dialog__form {
154154
/* Ensure the dialog does not jump when there is a validity error */
155-
min-height: calc(3 * var(--default-clickable-area));
155+
min-height: calc(2 * var(--default-clickable-area));
156156
}
157157
</style>

dist/files-init.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)