mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 00:19:04 +00:00
Fix : Target and actions section getting overlap in fk drawer (#9996)
* Target and actions section getting overlap in fk drawer * Updated the solution
This commit is contained in:
parent
3872899166
commit
f65bd433db
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ function SourceKeyRelation({
|
|||
onTableClick={false}
|
||||
/>
|
||||
</div>
|
||||
<div className="target mt-4">
|
||||
<div className="target-section mt-4">
|
||||
<div>
|
||||
<div className="d-flex align-items-center mb-1">
|
||||
<Target width={18} height={18} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue