Skip to content

Commit

Permalink
Updating the font sizes on the directory view. (#35507)
Browse files Browse the repository at this point in the history
* Updating the font sizes on the directory view.

* Adding less left margin to the recent commits heading.
  • Loading branch information
daveyholler authored Apr 23, 2019
1 parent e5f7a1f commit 82f068b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/code/public/components/main/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class CodeContent extends React.PureComponent<Props> {
repoUri={repoUri}
header={
<React.Fragment>
<EuiTitle className="codeMargin__title">
<EuiTitle size="s" className="codeMargin__title">
<h3>Recent Commits</h3>
</EuiTitle>
<EuiButton
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/code/public/style/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}

.codeMargin__title {
margin: $euiSizeXS 0 $euiSize;
margin: $euiSizeXS 0 $euiSize $euiSizeM;
}

0 comments on commit 82f068b

Please sign in to comment.