diff --git a/emhttp/plugins/dynamix/styles/default-base.css b/emhttp/plugins/dynamix/styles/default-base.css index 5452c4648..fe9db8a36 100644 --- a/emhttp/plugins/dynamix/styles/default-base.css +++ b/emhttp/plugins/dynamix/styles/default-base.css @@ -1517,7 +1517,7 @@ dd blockquote { * Force remove any small empty space elements. * Necessary evil to prevent needing to rewrite .page file parsing and allow for a more responsive page. */ -dt, dd, p, div, span { +dt, dd, p, div:not([class*="sweet-overlay"]), span { &:empty { display: none !important; margin: 0 !important;