anentrypoint-design 0.0.383 → 0.0.384

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
@@ -1855,6 +1855,16 @@
1855
1855
  Changelog
1856
1856
  ============================================================ */
1857
1857
  .ds-247420 .ds-changelog-row {
1858
+ /* The !important is load-bearing and was empirically confirmed so -- do not
1859
+ remove it on a specificity argument. A changelog row carries three tracks
1860
+ (date, version, message) where a plain .row carries two, and the responsive
1861
+ blocks in responsive.css legitimately rewrite .row's template at several
1862
+ breakpoints. Those blocks are later in the cascade, so at tablet width the
1863
+ two-track override wins on source order and collapses the version column:
1864
+ measured live, removing this flag changes the computed template from
1865
+ "120.75px 77.625px 70.125px" to "103.5px 0px 165px" -- a zero-width column
1866
+ and the version silently gone. Scoping to .app does not help, because the
1867
+ competing rules would need to be scoped in lockstep. */
1858
1868
  grid-template-columns: minmax(110px, 14ch) minmax(60px, 9ch) minmax(0, 1fr) !important;
1859
1869
  }
1860
1870
  .ds-247420 .ds-changelog-ver {