Fixed content padding

pull/5756/head
Cagatay Civici 2024-05-12 00:51:12 +03:00
parent 5a82204ad1
commit f0009d378b
2 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,6 @@ export default {
borderColor: '{content.border.color}',
background: '{content.background}',
color: '{text.color}',
padding: '1.125rem;'
padding: '0 1.125rem 1.125rem 1.125rem'
}
};

View File

@ -39,7 +39,7 @@ export default {
borderColor: '{content.border.color}',
background: '{content.background}',
color: '{text.color}',
padding: '1.125rem;'
padding: '1.125rem'
},
colorScheme: {
light: {