Skip to content

Commit

Permalink
adjust file custom picker component padding as the smart picker does …
Browse files Browse the repository at this point in the history
…not have padding anymore

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed May 15, 2023
1 parent 3bf19f7 commit 73f3c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/views/FileReferencePickerElement.vue
Expand Up @@ -84,7 +84,7 @@ export default {
<style scoped lang="scss">
.reference-file-picker {
flex-grow: 1;
margin-top: 44px;
padding: 12px 16px 16px 16px;
&:deep(.oc-dialog) {
transform: none !important;
Expand Down

0 comments on commit 73f3c0a

Please sign in to comment.