diff --git a/src/components/CoreSyncStatus.tsx b/src/components/CoreSyncStatus.tsx
index 66d16ec..585b2e0 100644
--- a/src/components/CoreSyncStatus.tsx
+++ b/src/components/CoreSyncStatus.tsx
@@ -106,11 +106,13 @@ export const CoreSyncStatus = () => {
alt="sync status"
/>
+
Core Information
@@ -135,7 +137,6 @@ export const CoreSyncStatus = () => {
{isUsingGateway?.toString()}
-
);
diff --git a/src/styles/CoreSyncStatus.css b/src/styles/CoreSyncStatus.css
index 0f60c2b..0cacfec 100644
--- a/src/styles/CoreSyncStatus.css
+++ b/src/styles/CoreSyncStatus.css
@@ -44,23 +44,11 @@
}
.tooltip .bottom i {
- position: absolute;
bottom: 100%;
+ height: 12px;
left: 50%;
margin-left: -12px;
- width: 24px;
- height: 12px;
overflow: hidden;
-}
-
-.tooltip .bottom i::after {
- background-color: var(--white);
- border: 1px solid var(--black);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
- content: '';
- height: 12px;
- left: 50%;
position: absolute;
- transform: translate(-50%, 50%) rotate(45deg);
- width: 12px;
+ width: 24px;
}