[Snapshot and Restore] Remove box shadow from panels (#98292)

This commit is contained in:
Alison Goryachev 2021-04-30 12:30:36 -04:00 committed by GitHub
parent 1875ea0a64
commit 7a6dccaa38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ export const TabSummary: React.FunctionComponent<Props> = ({ policy }) => {
{/** Stats panel */}
{stats && (
<Fragment>
<EuiPanel>
<EuiPanel hasBorder>
<EuiFlexGroup justifyContent="spaceBetween">
<EuiFlexItem grow={false}>
<EuiStat

View file

@ -51,7 +51,7 @@ export const PolicyRetentionSchedule: React.FunctionComponent<Props> = ({
const renderRetentionPanel = (cronSchedule: string) => (
<>
<EuiPanel>
<EuiPanel hasBorder>
<EuiFlexGroup justifyContent="spaceBetween" alignItems="center">
<EuiFlexItem grow={false}>
<EuiText>