fix(dashboard): truncate price cell titles (#9715)
Before:  After  Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,9 @@ export const IncludesTaxTooltip = ({
|
||||
: t("general.excludesTaxTooltip")
|
||||
}
|
||||
>
|
||||
<BuildingTax className={clx({ "text-ui-fg-muted": !includesTax })} />
|
||||
<BuildingTax
|
||||
className={clx("shrink-0", { "text-ui-fg-muted": !includesTax })}
|
||||
/>
|
||||
</Tooltip>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user