Merge pull request #38256 from nextcloud/fix/noid/file-smart-picker-padding

Adjust file custom picker component padding
pull/38030/head
Ferdinand Thiessen 2023-05-15 23:27:33 +07:00 committed by GitHub
commit 864aa1b61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long