diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/components/template-card/template-card.element.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/components/template-card/template-card.element.ts index aaebc484c6..671df382c3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/components/template-card/template-card.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/components/template-card/template-card.element.ts @@ -76,7 +76,6 @@ export class UmbTemplateCardElement extends FormControlMixin(UmbLitElement) { box-sizing: border-box; width: 100%; max-width: 180px; - //width: 200px; position: relative; display: flex; flex-direction: column; @@ -119,6 +118,7 @@ export class UmbTemplateCardElement extends FormControlMixin(UmbLitElement) { align-items: center; cursor: pointer; flex-grow: 1; + font-family: inherit; } #open-part,