Analoge Eingänge Seite und Kinder Komponenten auf Laptop responsive
This commit is contained in:
@@ -20,7 +20,7 @@ interface XioPmProps {
|
||||
}
|
||||
|
||||
const XioPM: React.FC<XioPmProps> = ({ title, data, onConfigClick }) => (
|
||||
<div className="border rounded-lg shadow-md p-6 bg-white">
|
||||
<div className="border rounded-lg shadow-md p-6 laptop:p-2 laptop:scale-y-90 bg-white">
|
||||
<h3 className="text-sm font-semibold mb-1">{title}</h3>
|
||||
<table className="w-full h-full text-xs text-left">
|
||||
<thead className="bg-gray-100 text-gray-700">
|
||||
|
||||
Reference in New Issue
Block a user