Skip to content

Commit

Permalink
renamed class
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Oct 30, 2019
1 parent 4a0d508 commit c414fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/header/_header_alert.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.euiFlyout {
.alertsFlyout {
height: calc(100vh - 49px);
}
1 change: 1 addition & 0 deletions src-docs/src/views/header/header_updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default class extends Component {
<EuiFlyout
onClose={this.closeFlyout}
size="s"
className="alertsFlyout"
aria-labelledby="flyoutSmallTitle"
style={{ top: '49px' }}>
<EuiFlyoutHeader hasBorder>
Expand Down

0 comments on commit c414fe5

Please sign in to comment.