mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove styling from euiPanel around Alerts tables (#108603)
* Add styling to euiPanel * remove styling on Observability side in favor of separate PR * Fix merge conflicts Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
e2ad384d12
commit
848085a8c3
1 changed files with 7 additions and 1 deletions
|
@ -314,7 +314,13 @@ const TGridIntegratedComponent: React.FC<TGridIntegratedProps> = ({
|
|||
|
||||
return (
|
||||
<InspectButtonContainer>
|
||||
<StyledEuiPanel data-test-subj="events-viewer-panel" $isFullScreen={globalFullScreen}>
|
||||
<StyledEuiPanel
|
||||
hasBorder={false}
|
||||
hasShadow={false}
|
||||
paddingSize="none"
|
||||
data-test-subj="events-viewer-panel"
|
||||
$isFullScreen={globalFullScreen}
|
||||
>
|
||||
{loading && <EuiProgress size="xs" position="absolute" color="accent" />}
|
||||
|
||||
{canQueryTimeline ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue