Fixed #6707
parent
20e0fee7a9
commit
bb69f2f40b
|
@ -154,6 +154,7 @@ const theme = ({ dt }) => `
|
||||||
.p-stepitem .p-steppanel-content {
|
.p-stepitem .p-steppanel-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: ${dt('stepper.steppanel.padding')};
|
padding: ${dt('stepper.steppanel.padding')};
|
||||||
|
margin-inline-start: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-stepitem .p-steppanel {
|
.p-stepitem .p-steppanel {
|
||||||
|
|
|
@ -48,6 +48,7 @@ export default {
|
||||||
steppanel: {
|
steppanel: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0 1rem'
|
padding: '0',
|
||||||
|
indent: '1rem'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -48,6 +48,7 @@ export default {
|
||||||
steppanel: {
|
steppanel: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0 1rem'
|
padding: '0',
|
||||||
|
indent: '1rem'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -45,7 +45,8 @@ export default {
|
||||||
steppanel: {
|
steppanel: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0 1rem'
|
padding: '0',
|
||||||
|
indent: '1rem'
|
||||||
},
|
},
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
|
|
|
@ -48,6 +48,7 @@ export default {
|
||||||
steppanel: {
|
steppanel: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0 1rem'
|
padding: '0',
|
||||||
|
indent: '1rem'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue