From 136d9a4d3b962e35e252ed6a4d898c908405663c Mon Sep 17 00:00:00 2001 From: Bilal Meddah Date: Tue, 20 Feb 2024 13:35:06 +0100 Subject: [PATCH] fix: data explorer header has too much height --- .../molecules/DataExplorerGraphFlowMolecules/styles.scss | 4 ---- src/shared/organisms/DataPanel/styles.scss | 2 +- src/subapps/dataExplorer/styles.scss | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/shared/molecules/DataExplorerGraphFlowMolecules/styles.scss b/src/shared/molecules/DataExplorerGraphFlowMolecules/styles.scss index 182b2e507..54af5671c 100644 --- a/src/shared/molecules/DataExplorerGraphFlowMolecules/styles.scss +++ b/src/shared/molecules/DataExplorerGraphFlowMolecules/styles.scss @@ -1,5 +1,3 @@ - - .navigation-stack-item { display: flex; align-items: flex-start; @@ -44,7 +42,6 @@ } .title { - font-family: 'Titillium Web'; font-style: normal; font-weight: 600; font-size: 12px; @@ -68,7 +65,6 @@ } .types { - font-family: 'Titillium Web'; font-style: normal; font-weight: 300; font-size: 12px; diff --git a/src/shared/organisms/DataPanel/styles.scss b/src/shared/organisms/DataPanel/styles.scss index 3c6d9602a..559e017fd 100644 --- a/src/shared/organisms/DataPanel/styles.scss +++ b/src/shared/organisms/DataPanel/styles.scss @@ -165,7 +165,7 @@ font-style: normal; font-weight: 400; font-size: 12px; - line-height: 130%; + line-height: 110%; letter-spacing: 0.04em; text-transform: uppercase; color: white; diff --git a/src/subapps/dataExplorer/styles.scss b/src/subapps/dataExplorer/styles.scss index 9fdd5374e..0cc5b8a32 100644 --- a/src/subapps/dataExplorer/styles.scss +++ b/src/subapps/dataExplorer/styles.scss @@ -290,10 +290,10 @@ td.ant-table-cell.data-explorer-column { font-style: normal; font-weight: 400; font-size: 12px; - line-height: 130%; + line-height: 110%; letter-spacing: 0.04em; color: #8c8c8c; - height: 52px; + height: 32px; min-width: 72px; max-width: fit-content; box-sizing: content-box !important;