mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Fix tooltip spacing
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user