alignment improvement
This commit is contained in:
parent
3107c4086e
commit
e9e70545a0
1 changed files with 3 additions and 1 deletions
|
|
@ -167,7 +167,9 @@ function SearchPage() {
|
|||
{value}
|
||||
</span>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>{value}</TooltipContent>
|
||||
<TooltipContent side="top" align="start">
|
||||
{value}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue