Skip to content

Commit

Permalink
fix size of template picker
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Apr 9, 2022
1 parent 6f9d726 commit 9ee91bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/files/src/views/TemplatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Modal v-if="opened"
:clear-view-delay="-1"
class="templates-picker"
size="large"
size="normal"
@close="close">
<form class="templates-picker__form"
:style="style"
Expand Down Expand Up @@ -286,7 +286,6 @@ export default {
// Make sure we're relative for the loading emptycontent on top
::v-deep .modal-container {
position: relative;
height: fit-content;
}
&__loading {
Expand Down

0 comments on commit 9ee91bf

Please sign in to comment.