adjust file custom picker component padding as the smart picker does not have padding anymore

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Julien Veyssier 2023-05-15 12:08:26 +02:00
parent 3bf19f76e6
commit 73f3c0aef7
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View file

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