Skip to content

Commit

Permalink
[Discover] Push buttons to the bottom of the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Jul 26, 2023
1 parent aef8da9 commit 6140ff9
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
.shardFailureModal {
min-height: 75vh;
width: 768px;

// show buttons at the bottom of the modal
.kbnOverlayMountWrapper {
flex-grow: 1;
}

// smaller gap between the modal title and body
.euiModalHeader {
padding-bottom: 0;
}
}

.shardFailureModal__desc {
Expand Down

0 comments on commit 6140ff9

Please sign in to comment.