From 1b8aa01a499feffac338858f41fdaad33f65c732 Mon Sep 17 00:00:00 2001
From: Samir Kamal <1954121+skamril@users.noreply.github.com>
Date: Thu, 1 Feb 2024 12:15:13 +0100
Subject: [PATCH] feat(ui-hydro): update Inflow Structure form style
---
.../Areas/Hydro/InflowStructure/index.tsx | 70 ++++++++-----------
.../Areas/Hydro/SplitHydroMatrix.tsx | 7 +-
2 files changed, 35 insertions(+), 42 deletions(-)
diff --git a/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Hydro/InflowStructure/index.tsx b/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Hydro/InflowStructure/index.tsx
index 57402941a3..d5f38785b8 100644
--- a/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Hydro/InflowStructure/index.tsx
+++ b/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Hydro/InflowStructure/index.tsx
@@ -10,7 +10,6 @@ import {
} from "./utils";
import NumberFE from "../../../../../../../common/fieldEditors/NumberFE";
import { SubmitHandlerPlus } from "../../../../../../../common/Form/types";
-import { Box } from "@mui/material";
import { useTranslation } from "react-i18next";
function InflowStructure() {
@@ -31,48 +30,37 @@ function InflowStructure() {
////////////////////////////////////////////////////////////////
return (
-