[Observability] Add border to section container panels (#102259) (#102299)

Co-authored-by: Casper Hübertz <casper@elastic.co>
This commit is contained in:
Kibana Machine 2021-06-16 05:48:47 -04:00 committed by GitHub
parent d961425181
commit bd1e0ae11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ interface Props {
export function SectionContainer({ title, appLink, children, hasError }: Props) {
const { core } = usePluginContext();
return (
<EuiPanel>
<EuiPanel hasBorder={true}>
<EuiAccordion
initialIsOpen
id={title}