[Discover] fix callout header (#137423) (#137717)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 139c3c2979)

Co-authored-by: Dmitry Tomashevich <39378793+dimaanj@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-08-01 11:24:05 -04:00 committed by GitHub
parent 4b358c57d6
commit 26c584333a
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%;
}
}