@brightspace-ui/core 2.77.0 → 2.77.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.77.0",
3
+ "version": "2.77.2",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",
@@ -642,6 +642,7 @@ class TemplatePrimarySecondary extends FocusVisiblePolyfillMixin(RtlMixin(Locali
642
642
  min-width: ${desktopMinSize}px;
643
643
  overflow-x: hidden;
644
644
  overflow-y: scroll;
645
+ width: 100%;
645
646
  }
646
647
 
647
648
  /* prevent margin colapse on slotted children */