mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +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,
|
children,
|
||||||
}: PropsWithChildren<Props>) {
|
}: PropsWithChildren<Props>) {
|
||||||
return (
|
return (
|
||||||
<p className="small flex items-center gap-1">
|
<p className="small inline-flex items-center gap-1">
|
||||||
<Icon icon={icon} mode={getMode(color)} />
|
<Icon icon={icon} mode={getMode(color)} className="shrink-0" />
|
||||||
|
|
||||||
<span className="text-muted">{children}</span>
|
<span className="text-muted">{children}</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue