mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(texttip): fix texttip placement [EE-4990] (#8427)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
36c6d3f21b
commit
7fd263e8cc
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ export function TextTip({
|
|||
children,
|
||||
}: PropsWithChildren<Props>) {
|
||||
return (
|
||||
<p className="small flex items-center gap-1">
|
||||
<Icon icon={icon} mode={getMode(color)} />
|
||||
<p className="small inline-flex items-center gap-1">
|
||||
<Icon icon={icon} mode={getMode(color)} className="shrink-0" />
|
||||
|
||||
<span className="text-muted">{children}</span>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue