Start to fix missing project-steps styles
This commit is contained in:
parent
75d3abfec8
commit
c0a29c0d18
3 changed files with 32 additions and 8 deletions
|
|
@ -65,4 +65,11 @@ function changeTab(newValue) {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
section {
|
||||
--flow-space: var(--space-16);
|
||||
}
|
||||
section > * {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue