Skip to content

Commit

Permalink
Tweak the style of tooltip and report config
Browse files Browse the repository at this point in the history
  • Loading branch information
dyang415 committed Aug 29, 2023
1 parent 065ea75 commit ac7db88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/common/TooltipIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function TooltipIcon({ text }: Props) {
return (
<>
<div
className="tooltip tooltip-top before:z-10 before:bg-white before:break-words before:whitespace-normal before:text-start before:text-gray-500 before:border-2 before:border-black before:h-max-content before:w-max-content"
className="tooltip tooltip-bottom before:z-10 before:bg-white before:break-words before:whitespace-normal before:text-start before:text-gray-500 before:border-2 before:border-black before:h-max-content before:w-max-content"
data-tip={text}
>
<span className="h-5 w-5 block">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ function ReportConfig({
Advanced settings <Bold>[optional]</Bold>
</Title>
</AccordionHeader>
<AccordionBody>
<AccordionBody className="overflow-auto">
{/* Supporting metrics multi selector */}
<MultiSelector
title={
Expand Down

0 comments on commit ac7db88

Please sign in to comment.