Commit caaa8d0
committed
## [SIEM] Update Timeline to use the latest euiFlyoutBody style
[A recent update to EUI](elastic/eui#2837) requires an update to Timeline to restore its original padding, per the before / after screenshots below:
### Before
The previous code, which was using the `euiFlyoutBody__overflow` style, has extra padding (before this PR):

### After Chrome `80.0.3987.132`
The new code in this PR uses `euiFlyoutBody__overflowContent`, which restores the Timeline's original padding:


### After Firefox `73.0.1`

### After Safari `13.0.5`
1 parent 4db7f49 commit caaa8d0
File tree
1 file changed
+1
-1
lines changed- x-pack/legacy/plugins/siem/public/components/flyout/pane
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments