Skip to content

Commit

Permalink
Merge pull request #31916 from nextcloud/enh/noid/template-picker-size
Browse files Browse the repository at this point in the history
fix size of template picker
  • Loading branch information
szaimen authored Apr 11, 2022
2 parents 209a2a6 + 1202ef1 commit 2538419
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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
Loading

0 comments on commit 2538419

Please sign in to comment.