From 040fc4e6775d0b5e5dbce7a8c780efa629fa94b8 Mon Sep 17 00:00:00 2001 From: Romain Mallard Date: Mon, 23 Feb 2026 17:36:24 +0100 Subject: [PATCH] fix names --- src/components/MainApp.jsx | 1 + src/components/Mainapp.css | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/MainApp.jsx b/src/components/MainApp.jsx index 1d6441d..937118c 100644 --- a/src/components/MainApp.jsx +++ b/src/components/MainApp.jsx @@ -5,6 +5,7 @@ import InventoryWidget from "./widget/inventoryWidget"; import { useEffect, useState } from "react"; import "./MainApp.css" + import AdminWidget from "./widget/adminWidget"; export default function MainAppWrapper({resClientId}) { diff --git a/src/components/Mainapp.css b/src/components/Mainapp.css index d24f47e..7bcc32b 100644 --- a/src/components/Mainapp.css +++ b/src/components/Mainapp.css @@ -4,8 +4,6 @@ height: 80%; } - - .main > * { min-width: 0; /* prevents overflow bugs */ }