Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
hmm
  • Loading branch information
aslilac committed Aug 21, 2025
commit 7706c167223b74d403fa21dd2c6698bbfb1994ff
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
<Tooltip
classes={{
tooltip:
"ml-3 mb-1 max-w-[400px] p-4 text-sm text-content-primary bg-surface-secondary border border-solid border-border pointer-events-none",
"ml-3 mb-1 w-[400px] p-4 text-sm text-content-primary bg-surface-secondary border border-solid border-border pointer-events-none",
}}
title={
healthErrors.length > 0 ? (
Expand Down
Loading