diff --git a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx index a3cd6a805948..18d7d388788e 100644 --- a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx +++ b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx @@ -221,7 +221,7 @@ const CellText = React.memo( bc-level-${supportClassName} icon icon-${supportClassName}`} - title={title} + title={`${title}\n${browser.name} ${added ? added : ""}`} > {title}