Skip to content

Commit 2f41d05

Browse files
committed
decrease click area
1 parent e6b47dd commit 2f41d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/crawl-workflows/workflow-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export class WorkflowEditor extends BtrixElement {
746746
</div>
747747
748748
<p
749-
class="cursor-default px-4 py-3 text-neutral-700"
749+
class="w-full cursor-default px-4 py-3 text-neutral-700"
750750
slot="summary"
751751
@click=${(e: MouseEvent) => {
752752
// Decrease click target size of details header

0 commit comments

Comments
 (0)