We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35969fd commit a4d4a98Copy full SHA for a4d4a98
src/renderer/components/fields/Tooltip.tsx
@@ -32,7 +32,7 @@ export const Tooltip: FC<ITooltip> = (props: ITooltip) => {
32
>
33
<div
34
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'
+ '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'
36
}
37
38
{props.tooltip}
0 commit comments