mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Reporting] Do not stretch report delete button (#171862)
## Summary
Closes https://github.com/elastic/kibana/issues/171853
Now there is no extra spacing around the button:
<img width="1469" alt="image"
src="c7cfe3fc
-ed30-49ee-a9ce-e1234facb187">
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
df5383edf2
commit
fcdd44ffeb
1 changed files with 2 additions and 2 deletions
|
@ -397,12 +397,12 @@ export class ReportListingTable extends Component<ListingPropsInternal, State> {
|
|||
return (
|
||||
<Fragment>
|
||||
{this.state.selectedJobs.length > 0 && (
|
||||
<Fragment>
|
||||
<div>
|
||||
<EuiFlexGroup alignItems="center" justifyContent="flexStart" gutterSize="m">
|
||||
<EuiFlexItem grow={false}>{this.renderDeleteButton()}</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
<EuiSpacer size="l" />
|
||||
</Fragment>
|
||||
</div>
|
||||
)}
|
||||
<EuiBasicTable
|
||||
tableCaption={i18n.translate('xpack.reporting.listing.table.captionDescription', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue