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 bb909d0 commit b0f2d6aCopy full SHA for b0f2d6a
1 file changed
apps/webapp/app/components/metrics/QueryWidget.tsx
@@ -178,15 +178,16 @@ export function QueryWidget({
178
<div className="flex items-center gap-1.5">{title}</div>
179
<Card.Accessory>
180
<SimpleTooltip
181
- asChild
182
button={
183
- <Button
184
- variant="minimal/small"
185
- LeadingIcon={Maximize2}
186
- leadingIconClassName="text-text-bright"
187
- onClick={() => setIsFullscreen(true)}
188
- className="!px-1 opacity-0 transition-opacity group-hover:opacity-100"
189
- />
+ <span className="opacity-0 transition-opacity group-hover:opacity-100">
+ <Button
+ variant="minimal/small"
+ LeadingIcon={Maximize2}
+ leadingIconClassName="text-text-bright"
+ onClick={() => setIsFullscreen(true)}
+ className="!px-1"
+ />
190
+ </span>
191
}
192
content="Maximize"
193
/>
0 commit comments