Fixed content padding
parent
5a82204ad1
commit
f0009d378b
|
@ -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'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
borderColor: '{content.border.color}',
|
||||
background: '{content.background}',
|
||||
color: '{text.color}',
|
||||
padding: '1.125rem;'
|
||||
padding: '1.125rem'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
|
|
Loading…
Reference in New Issue