Kabelüberwachung skalieren

This commit is contained in:
ISA
2024-10-18 13:41:23 +02:00
parent 15e0bbce6e
commit b25951c7ba

View File

@@ -148,11 +148,9 @@ function Kabelueberwachung() {
</div>
{/* Slots for the active rack */}
<div className="flex flex-row space-x-4">
<div className="flex flex-row space-x-4 scale-110 ml-[5%] mt-[5%]">
{racks[`rack${activeRack}`].map((slot, index) => (
<div key={index} className="flex">
{" "}
{/* No gap */}
<Kue705FO
isolationswert={slot.isolationswert}
schleifenwiderstand={slot.schleifenwiderstand}