Skip to content

Commit 69be52c

Browse files
fix(files): Minimize min-height of dialog form
Signed-off-by: julia.kirschenheuter <[email protected]>
1 parent 5faa903 commit 69be52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)