From 00cb016d5ac7a78cee0de2ccd5ef250b4aa746fb Mon Sep 17 00:00:00 2001 From: Julia Gru <56249914+julczka@users.noreply.github.com> Date: Tue, 23 May 2023 10:46:22 +0200 Subject: [PATCH] fix font in template card --- .../templates/components/template-card/template-card.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,