PSA: DW CODE PUSH If you haven't seen, Tessisamess was able to identify one of the updates that DW recently made that is affecting the formatting of DIV layers in custom codes. Consequently there's a quick fix you can apply to existing codes! This should work not just for my codes but for others you have up
Notably this isn't going to fix ALL spacing issues, but since it's been a couple of weeks i figure we're at the point where we've seen most of the stylistic updates we'll get.
If you have div layers, you can do a quick search and replace in your code for <div style=" and replace it with <div style="box-sizing:content-box;, so it will just mass apply to all DIVs. This shouldn't hurt your unaffected div layers either.
I know I'm still going to go through my codes and make tweaks, but this should help in the interim! And thank you again Tessiamess on IJ for pinning this down!