mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Fixed: Interactive Search Release Rejected tooltip no longer covers download button
This commit is contained in:
parent
2c008384dd
commit
04ad5ec9c0
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ class InteractiveSearchRow extends Component {
|
|||
}
|
||||
</ul>
|
||||
}
|
||||
position={tooltipPositions.LEFT}
|
||||
position={tooltipPositions.BOTTOM}
|
||||
/>
|
||||
}
|
||||
</TableRowCell>
|
||||
|
@ -293,7 +293,7 @@ class InteractiveSearchRow extends Component {
|
|||
}
|
||||
</ul>
|
||||
}
|
||||
position={tooltipPositions.LEFT}
|
||||
position={tooltipPositions.BOTTOM}
|
||||
/>
|
||||
}
|
||||
</TableRowCell>
|
||||
|
|
Loading…
Reference in a new issue