Fix tooltip spacing

This commit is contained in:
Gregory Schier
2026-03-04 15:36:24 -08:00
parent a42ffd0e8b
commit ae98a71294

View File

@@ -197,7 +197,7 @@ export function HttpResponsePane({ style, className, activeRequestId }: Props) {
{shouldShowRedirectDropWarning ? ( {shouldShowRedirectDropWarning ? (
<Tooltip <Tooltip
tabIndex={0} tabIndex={0}
className="pl-3 flex-shrink-0 max-w-full justify-self-end overflow-hidden" className="my-auto pl-3 flex-shrink-0 max-w-full justify-self-end overflow-hidden"
content={ content={
<VStack alignItems="start" space={1} className="text-xs"> <VStack alignItems="start" space={1} className="text-xs">
<span className="font-medium text-warning"> <span className="font-medium text-warning">