Fleet-maintained app rollbacks: Fix tooltips (#45599)

For the following bug:
- https://github.com/fleetdm/fleet/issues/45597
This commit is contained in:
Noah Talerman
2026-05-15 11:12:56 -04:00
committed by GitHub
parent e447a685f0
commit 855caac093
4 changed files with 48 additions and 17 deletions
@@ -122,8 +122,8 @@ const FileDetails = ({
onFileSelect &&
(gitopsCompatible ? (
<GitOpsModeTooltipWrapper
position="left"
tipOffset={4}
position="top"
tipOffset={8}
renderChildren={(disableChildren) =>
renderEditButton(disableChildren)
}