mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
parent
3bf19f76e6
commit
73f3c0aef7
1 changed files with 1 additions and 1 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue