Skip to content

Commit

Permalink
fix(AnalyticalTable): fix pop-in content styles (#6170)
Browse files Browse the repository at this point in the history
Fixes #5977
  • Loading branch information
Lukas742 committed Aug 7, 2024
1 parent 274b396 commit 041008f
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
width: 100%;
}

.defaultCell {
font-family: var(--sapFontBoldFamily);
* {
font-family: var(--sapFontBoldFamily);
}
.defaultCell > :first-child {
padding-block-start: 0.25rem;
}

.header {
color: var(--sapContent_LabelColor);
height: 16px;
}

0 comments on commit 041008f

Please sign in to comment.