Skip to content

Commit

Permalink
fix(files): Minimize min-height of dialog form
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Aug 1, 2024
1 parent 5faa903 commit 69be52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/NewNodeDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 69be52c

Please sign in to comment.