From 008e2e75a96bab7d8d75ea91d34dddcf588c541d Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Thu, 17 Dec 2020 09:18:04 +0100 Subject: [PATCH] fix: header - avatar line-height --- package-lock.json | 14 +++++++------- package.json | 2 +- src/styles/header/_index.scss | 3 +++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fd9864..9ee5fe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@startinblox/hubl-styling-framework": "^1.0.9", + "@startinblox/hubl-styling-framework": "^1.0.11", "fs-extra": "^9.0.1", "normalize.css": "^8.0.1", "parcel-bundler": "^1.12.4", @@ -1442,9 +1442,9 @@ } }, "node_modules/@startinblox/hubl-styling-framework": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.9.tgz", - "integrity": "sha512-eGBcWXs/Ywy8mDoeoT1LqZ+vYyBbO4jbVq4AE151Oq1WDt5m9SeEfnMLh8T6uf8uQkaxooSo1R9A7u9GoxLmsw==" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz", + "integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw==" }, "node_modules/@types/q": { "version": "1.5.4", @@ -10603,9 +10603,9 @@ } }, "@startinblox/hubl-styling-framework": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.9.tgz", - "integrity": "sha512-eGBcWXs/Ywy8mDoeoT1LqZ+vYyBbO4jbVq4AE151Oq1WDt5m9SeEfnMLh8T6uf8uQkaxooSo1R9A7u9GoxLmsw==" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz", + "integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw==" }, "@types/q": { "version": "1.5.4", diff --git a/package.json b/package.json index c973314..d565ab9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "dependencies": { - "@startinblox/hubl-styling-framework": "^1.0.9", + "@startinblox/hubl-styling-framework": "^1.0.11", "fs-extra": "^9.0.1", "normalize.css": "^8.0.1", "parcel-bundler": "^1.12.4", diff --git a/src/styles/header/_index.scss b/src/styles/header/_index.scss index d1ab78d..1dcd6ef 100644 --- a/src/styles/header/_index.scss +++ b/src/styles/header/_index.scss @@ -254,6 +254,9 @@ header { .text-color-heading { color: #fff; } + .labelled-avatar>div { + line-height: normal; + } } } summary {