diff --git a/web/src/components/repo/pipeline/PipelineProcList.vue b/web/src/components/repo/pipeline/PipelineProcList.vue index e77fad916..100c124cd 100644 --- a/web/src/components/repo/pipeline/PipelineProcList.vue +++ b/web/src/components/repo/pipeline/PipelineProcList.vue @@ -1,7 +1,7 @@ - diff --git a/web/windi.config.ts b/web/windi.config.ts index 73ed0ab8a..3d20908b4 100644 --- a/web/windi.config.ts +++ b/web/windi.config.ts @@ -17,6 +17,9 @@ export default defineConfig({ 900: '#2e323e', }, }, + transitionProperty: { + height: 'max-height', + }, stroke: (theme) => theme('colors'), fill: (theme) => theme('colors'), },