forked from jappel/leistungsbilanz-ts
Use full-width editor device drawer
This commit is contained in:
parent
feec814dc5
commit
edf245a21c
4 changed files with 88 additions and 11 deletions
|
|
@ -8,8 +8,8 @@ export default function CircuitTreeEditPage() {
|
|||
const params = useParams<{ projectId: string; circuitListId: string }>();
|
||||
|
||||
return (
|
||||
<main className="container py-4">
|
||||
<div className="d-flex justify-content-between align-items-center mb-3">
|
||||
<main className="container-fluid px-3 px-xxl-4 py-4">
|
||||
<div className="d-flex flex-wrap justify-content-between align-items-center gap-3 mb-3">
|
||||
<div>
|
||||
<h1 className="h4 mb-1">Stromkreisliste</h1>
|
||||
<p className="text-secondary mb-0">Stromkreise und zugeordnete Geräte bearbeiten.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue