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:
julia.kirschenheuter 2024-08-01 17:49:18 +02:00 committed by nextcloud-command
parent aabd6ef8be
commit ff6ba29475
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