Same width for reference and template transition editor
All checks were successful
E2E Testing / test (push) Successful in 1m33s

This commit is contained in:
Sebastian Böckelmann 2024-03-22 18:39:19 +01:00
parent eff7069cae
commit a40a5ddc23

View File

@ -2,11 +2,6 @@
display: flex; display: flex;
} }
.reference-editor, { .reference-editor, .template-editor{
width: 40%; flex: 1;
max-width: 50%;
}
.template-editor {
} }