Make the edit form the same dimensions as the add form

This commit is contained in:
Jason Zimdars
2025-10-08 16:49:16 -05:00
parent 7fd8cb2297
commit 7d8564996f
-4
View File
@@ -281,10 +281,6 @@
inline-size: var(--column-width-collapsed);
}
.panel {
--panel-padding: 1ch;
}
.cards.is-collapsed & {
display: none;
}