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 d6ac10c
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 111 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 d6ac10c

Please sign in to comment.