Skip to content

Commit a4d4a98

Browse files
committed
fix tooltip
Signed-off-by: Adam Setch <[email protected]>
1 parent 35969fd commit a4d4a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/fields/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const Tooltip: FC<ITooltip> = (props: ITooltip) => {
3232
>
3333
<div
3434
className={
35-
'z-10 w-30 rounded-sm border border-gray-300 p-2 shadow-sm bg-gitify-tooltip-popout text-left text-xs text-gitify-font'
35+
'z-10 w-60 rounded-sm border border-gray-300 p-2 shadow-sm bg-gitify-tooltip-popout text-left text-xs text-gitify-font'
3636
}
3737
>
3838
{props.tooltip}

0 commit comments

Comments
 (0)