Padding for material editor

pull/6501/head
Cagatay Civici 2024-09-30 10:18:55 +03:00
parent 1068d127b4
commit 3daaac02bd
1 changed files with 6 additions and 1 deletions

View File

@ -29,5 +29,10 @@ export default {
borderColor: '{content.border.color}',
color: '{content.color}',
borderRadius: '{content.border.radius}'
}
},
style: ({ dt }) => `
.p-editor .p-editor-toolbar {
padding: 0.75rem
}
`
};