@brightspace-ui/core 2.3.0 → 2.3.1

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.
@@ -121,6 +121,8 @@ class ListItemGenericLayout extends RtlMixin(LitElement) {
121
121
  }
122
122
  ::slotted([slot="control-action"]) {
123
123
  grid-column: control-start / end;
124
+ height: 100%;
125
+ width: 100%;
124
126
  z-index: 2;
125
127
  }
126
128
  ::slotted([slot="content-action"]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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",