[Discover] fix callout header (#137423)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Dmitry Tomashevich 2022-08-01 17:15:56 +03:00 committed by GitHub
parent bb289cf37c
commit 139c3c2979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
.dscDocumentExplorerCallout {
.euiCallOutHeader__title {
display: flex;
align-items: center;
width: 100%;
}
}