Make pipeline steps collapsible (#1304)

Closes #948
This commit is contained in:
Lukas
2022-10-21 22:09:36 +02:00
committed by GitHub
parent 4785e5b5a4
commit 5bcb939bce
2 changed files with 60 additions and 54 deletions

View File

@@ -17,6 +17,9 @@ export default defineConfig({
900: '#2e323e',
},
},
transitionProperty: {
height: 'max-height',
},
stroke: (theme) => theme('colors'),
fill: (theme) => theme('colors'),
},