revert: fixed size for editor

This commit is contained in:
Carlos Valente
2025-09-03 17:23:41 +02:00
committed by Carlos Valente
parent f219ebb8f8
commit 89922fe394
@@ -8,7 +8,7 @@
.rundownEditor {
// width is locked to swatch picker elements
width: calc(15 * 2rem + 13 * 0.5rem);
min-width: calc(15 * 2rem + 13 * 0.5rem);
// we dont want a scrollbar when in the modal
.content {