mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix: width for the group divider in event action dropdown
This commit is contained in:
parent
1c7ef25656
commit
d7d0b11901
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ export const EventManager = ({
|
|||
if (data.label === 'run-action') return;
|
||||
return (
|
||||
<div
|
||||
className="tw-border-x-0 tw-border-t-0 tw-border-b-[0.5px] tw-border-solid tw-my-[4px]"
|
||||
className="tw-border-x-0 tw-border-t-0 tw-border-b-[1px] tw-border-solid tw-my-[4px]"
|
||||
style={{ borderColor: 'var(--border-weak)' }}
|
||||
></div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue