Skip to content

Commit

Permalink
fix: data explorer header has too much height
Browse files Browse the repository at this point in the history
fix: data explorer header has too much height
  • Loading branch information
bilalesi authored Feb 20, 2024
2 parents 162b66d + 136d9a4 commit 6cf8784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


.navigation-stack-item {
display: flex;
align-items: flex-start;
Expand Down Expand Up @@ -44,7 +42,6 @@
}

.title {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
font-size: 12px;
Expand All @@ -68,7 +65,6 @@
}

.types {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 300;
font-size: 12px;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/organisms/DataPanel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/subapps/dataExplorer/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6cf8784

Please sign in to comment.