From cdf64eaca4ebf4a96eab4238c98414edd902fd9d Mon Sep 17 00:00:00 2001 From: Seva Zaikov Date: Sat, 16 Dec 2017 23:39:24 +0100 Subject: [PATCH] fix default font size for headers in the tooltip --- package.json | 2 +- src/popup/renderAssets.ts | 2 +- src/popup/renderContentTypes.ts | 2 +- src/popup/renderEntries.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9f463bf..60d2026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contentful-wizard", - "version": "0.0.1-alpha-4", + "version": "0.0.1-alpha-5", "description": "This is a library to add interactive content explorer to your contentful-powered project.", "jsnext:main": "lib/es2015/index.js", "module": "lib/es2015/index.js", diff --git a/src/popup/renderAssets.ts b/src/popup/renderAssets.ts index 8e53d5d..564906e 100644 --- a/src/popup/renderAssets.ts +++ b/src/popup/renderAssets.ts @@ -31,7 +31,7 @@ export function renderAssets({ text: "Assets on the page:", style: { lineHeight: "1.31", - fontSize: "1.17", + fontSize: "1.17em", marginTop: "0", marginBottom: "10px" } diff --git a/src/popup/renderContentTypes.ts b/src/popup/renderContentTypes.ts index 1b46501..5b29869 100644 --- a/src/popup/renderContentTypes.ts +++ b/src/popup/renderContentTypes.ts @@ -32,7 +32,7 @@ export function renderContentTypes({ text: "Content types on the page:", style: { lineHeight: "1.31", - fontSize: "1.17", + fontSize: "1.17em", marginTop: "0", marginBottom: "10px" } diff --git a/src/popup/renderEntries.ts b/src/popup/renderEntries.ts index f5ed27a..6e94bbf 100644 --- a/src/popup/renderEntries.ts +++ b/src/popup/renderEntries.ts @@ -37,7 +37,7 @@ export function renderEntries({ text: `${contentTypeData.name} entries:`, style: { lineHeight: "1.31", - fontSize: "1.17", + fontSize: "1.17em", marginTop: "0", marginBottom: "10px" }