Small touch up to default planes suffix (#6738)
pierremtb/adhoc/planes-suffix-touchup
This commit is contained in:
@ -267,8 +267,8 @@ const OperationItemWrapper = ({
|
|||||||
className={`reset flex-1 flex items-center gap-2 text-left text-base ${selectable ? 'border-transparent dark:border-transparent' : 'border-none cursor-default'} ${className}`}
|
className={`reset flex-1 flex items-center gap-2 text-left text-base ${selectable ? 'border-transparent dark:border-transparent' : 'border-none cursor-default'} ${className}`}
|
||||||
>
|
>
|
||||||
<CustomIcon name={icon} className="w-5 h-5 block" />
|
<CustomIcon name={icon} className="w-5 h-5 block" />
|
||||||
<div className="flex items-center">
|
<div className="flex items-baseline">
|
||||||
<div className="min-w-24">{name}</div>
|
<div className="mr-2">{name}</div>
|
||||||
{customSuffix && customSuffix}
|
{customSuffix && customSuffix}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user