mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
port changes from EE (#9003)
This commit is contained in:
parent
3cd0409184
commit
fb2646b70c
5 changed files with 51 additions and 31 deletions
|
@ -26,11 +26,16 @@ export function TextTip({
|
|||
<div
|
||||
className={clsx(
|
||||
className,
|
||||
'small items-center gap-1',
|
||||
'small gap-1 align-top text-xs',
|
||||
inline ? 'inline-flex' : 'flex'
|
||||
)}
|
||||
>
|
||||
<Icon icon={icon} mode={getMode(color)} className="!mt-[2px]" />
|
||||
<Icon
|
||||
icon={icon}
|
||||
mode={getMode(color)}
|
||||
size="sm"
|
||||
className="!mt-0.5 flex-none"
|
||||
/>
|
||||
|
||||
<span className={childrenWrapperClassName}>{children}</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue