mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 23:34:22 -04:00
fix(files): Minimize min-height of dialog form
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
aabd6ef8be
commit
ff6ba29475
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