mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #46958 from nextcloud/fix-6153-Space-in-new-file-name-picker-with-create-from-template-dialog
This commit is contained in:
commit
669e4e713d
3 changed files with 4 additions and 4 deletions
|
|
@ -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
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue