Skip to content

Commit

Permalink
UIIN-2617: Remove styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna committed Oct 26, 2023
1 parent e65c22e commit 527f14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Instance/InstanceDetails/InstanceDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const InstanceDetails = forwardRef(({
const renderDetails = () => {
if (isInstanceSharing) {
return (
<div style={{ paddingTop: '1rem' }}>
<div>
<MessageBanner show={Boolean(isInstanceSharing)} type="warning">
<FormattedMessage id="ui-inventory.warning.instance.sharingLocalInstance" />
</MessageBanner>
Expand All @@ -160,7 +160,7 @@ const InstanceDetails = forwardRef(({

if (isLoading) {
return (
<div style={{ paddingTop: '1rem' }}>
<div>
<Icon
icon="spinner-ellipsis"
width="100px"
Expand Down

0 comments on commit 527f14c

Please sign in to comment.