Skip to content

Commit

Permalink
[EuiDescriptionListTitle] Fix missed override Sass
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 13, 2023
1 parent 325c8f7 commit e44a951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export const euiDescriptionListTitleStyles = (euiThemeContext: UseEuiTheme) => {
${logicalCSS('padding-horizontal', euiTheme.size.xs)}
`,
compressed: css`
${euiFontSize(euiThemeContext, 'xs')}
font-size: ${euiFontSize(euiThemeContext, 'xs').fontSize};
line-height: ${euiTheme.font.lineHeightMultiplier};
${logicalCSS('padding-vertical', '0')}
${logicalCSS('padding-horizontal', euiTheme.size.xs)}
`,
Expand Down
7 changes: 0 additions & 7 deletions src/themes/amsterdam/overrides/_description_list.scss
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
.euiDescriptionList {
&.euiDescriptionList--inline.euiDescriptionList--compressed {
.euiDescriptionList__title {
line-height: $euiLineHeight;
}
}
}

0 comments on commit e44a951

Please sign in to comment.