Skip to content

Commit

Permalink
[EuiEmptyPrompt] Removed min-height for vertical layouts (#5763)
Browse files Browse the repository at this point in the history
* Removed min-height for vertical layouts

* Adding CL

* Update upcoming_changelogs/5763.md

Co-authored-by: Caroline Horn <[email protected]>

Co-authored-by: Caroline Horn <[email protected]>
  • Loading branch information
elizabetdev and cchaos authored Apr 12, 2022
1 parent 7aa5510 commit 91f0b73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/empty_prompt/_empty_prompt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
display: flex;
flex-direction: column;
justify-content: center;
min-height: $euiSizeXXL * 6;
}

.euiEmptyPrompt__contentInner {
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/5763.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed bug in `EuiEmptyPrompt` where a `min-height` was unnecessarily being applied for vertical layouts

0 comments on commit 91f0b73

Please sign in to comment.