Skip to content

Commit

Permalink
minor example alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-leborgne committed Oct 27, 2023
1 parent b1292e8 commit 1e1e6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/guidelines/writing_guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ export const WritingGuidelines = () => {
<GuideRuleExample
type="do"
text="Use sentence case in buttons, menus, titles, and tabs."
minHeight={200}
minHeight={250}
>
<EuiButton fill>Check for new data</EuiButton>
</GuideRuleExample>
<GuideRuleExample
type="do"
text="Use sentence case for modal and page elements."
minHeight={200}
minHeight={250}
>
<EuiPanel style={{ transform: 'scale(.75)' }}>
<EuiTitle size="m">
Expand Down

0 comments on commit 1e1e6c5

Please sign in to comment.