Skip to content

Commit

Permalink
Add new or remove extra tags and styles (opensearch-project#3967)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Myssak <andreymyssak@gmail.com>
Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com>
  • Loading branch information
SergeyMyssak and andreymyssak committed May 20, 2023
1 parent e737790 commit 3786619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,16 +918,16 @@ export class Flyout extends Component<FlyoutProps, FlyoutState> {
return (
<Fragment>
{legacyFileWarning && (
<span>
<>
<EuiSpacer size="s" />
{legacyFileWarning}
</span>
</>
)}
{indexPatternConflictsWarning && (
<span>
<>
<EuiSpacer size="s" />
{indexPatternConflictsWarning}
</span>
</>
)}
</Fragment>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@
.savedObjectsManagementImportSummary__errorCount {
color: $euiColorDangerText;
}

.savedObjectsManagementImportSummary__icon {
margin-left: $euiSizeXS;
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class Relationships extends Component<RelationshipsProps, RelationshipsSt
}
color="danger"
>
{error}
<p>{error}</p>
</EuiCallOut>
);
}
Expand Down

0 comments on commit 3786619

Please sign in to comment.