anentrypoint-design 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/247420.css CHANGED
@@ -858,7 +858,8 @@
858
858
  gap: 0;
859
859
  transition: grid-template-columns var(--motion-fast, 220ms) ease;
860
860
  }
861
- .ds-247420 .app-body.no-side { grid-template-columns: 0 1fr; }
861
+ .ds-247420 .app-body.no-side { grid-template-columns: 1fr; }
862
+ .ds-247420 .app-body.no-side > .app-main { grid-column: 1 / -1; }
862
863
 
863
864
  .ds-247420 .app-side-shell {
864
865
  min-width: 0;