+
+
+ {value}
+
+ {unit && (
+
+ {" "}
+
+ {unit}
+
+
+ )}
+
+
+ {label}
+
+
+ );
+};
+
+export default InformationItem;
diff --git a/portal-ui/src/screens/Console/Tenants/ListTenants/ListTenants.tsx b/portal-ui/src/screens/Console/Tenants/ListTenants/ListTenants.tsx
index dde1635a9..9211c42fb 100644
--- a/portal-ui/src/screens/Console/Tenants/ListTenants/ListTenants.tsx
+++ b/portal-ui/src/screens/Console/Tenants/ListTenants/ListTenants.tsx
@@ -98,11 +98,6 @@ const styles = (theme: Theme) =>
marginTop: 25,
height: "calc(100vh - 195px)",
},
- searchField: {
- ...searchField.searchField,
- marginRight: "auto",
- maxWidth: 380,
- },
});
const ListTenants = ({ classes, setErrorSnackMessage }: ITenantsList) => {
@@ -191,22 +186,17 @@ const ListTenants = ({ classes, setErrorSnackMessage }: ITenantsList) => {
)}