Open EmmaRamirez opened 4 years ago
Edit: dead container just sets margins differently to the rest of the containers, which is why it appears slightly shunted compared to the others:
Setting
Fix: add .generations .dead-container
(and any added by the user) to the element on line 372:
By default,
.boxed-contained .dead-container
sets `margin-top: 1 rem;'. All other boxes set this to 0.5 rem, which sets the dead container lower visually. See attached json for an example.