diff --git a/src/Pages/EquipmentInstancesListPage/EquipmentInstancesListPage.tsx b/src/Pages/EquipmentInstancesListPage/EquipmentInstancesListPage.tsx
index 0f6d0f9..e6d15fc 100644
--- a/src/Pages/EquipmentInstancesListPage/EquipmentInstancesListPage.tsx
+++ b/src/Pages/EquipmentInstancesListPage/EquipmentInstancesListPage.tsx
@@ -140,18 +140,7 @@ export default function EquipmentInstancesListPage() {
onClose={() => SetEditModalOpen(false)}
modal
position={"top center"}
- contentStyle={{
- width: "32rem",
- borderRadius: 16,
- borderColor: "grey",
- borderStyle: "solid",
- borderWidth: 1,
- padding: 16,
- alignContent: "center",
- justifyContent: "center",
- textAlign: "center",
- flexWrap: "wrap",
- }}
+ contentStyle={styles.popup_center}
>