[Style] Fix second row workflow tabs overflow (#2194)

This commit is contained in:
Chenlei Hu
2025-01-07 16:28:49 -05:00
committed by GitHub
parent a1a834a76d
commit daee073045

View File

@@ -1,5 +1,5 @@
<template>
<div class="absolute top-0 left-0 w-auto pointer-events-auto">
<div class="absolute top-0 left-0 w-auto max-w-full pointer-events-auto">
<WorkflowTabs />
</div>
</template>