From 7c86f5a8f634543a1f73c22208dfb896bc321139 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 13 Dec 2021 23:18:06 +0100 Subject: [PATCH] fix(core): update --- ts/domtools.elementbasic.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/domtools.elementbasic.ts b/ts/domtools.elementbasic.ts index 67e4815..f4feb46 100644 --- a/ts/domtools.elementbasic.ts +++ b/ts/domtools.elementbasic.ts @@ -11,6 +11,7 @@ export const staticStyles = css` } :host { + box-sizing: border-box; font-family: 'Roboto', sans-serif; }